I have a column called section in my database, and I stored Some Text
When it outputs it displays on my site - Some Text.
My code is as follows <?php print $sectiondescription; ?>
How could I make that force HTML. That field is set to VARCHAR at 8000.
Regards,
Josh