I am trying to securely echo out content that exists within my opencart database.
The table is called oc_category_description and the row content I want to echo is within a row called seo_h2
My goal is to echo the content within between opening / closing H2 tags on my TPL file.
This works for the row "name"
<?php echo $category['name']; ?>
But this it doesn't work
<?php echo $category['seo_h2']; ?>`
How do I safely do this? I am using mysqli, OpenCart 2.3