HTML tags showing up on webpage, why?

board678

New member
I'm pulling some info from my database (PHP, MySQL) that has html tags in it, but rather than bolding the title, it spits out:
<b>My Title</b>

Is there a PHP command that will encode the tags?
 
Back
Top