PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to print out information from a mysql database that has values such like:
<tag>blahblahblah</tag>
From a text field. But I want that raw string to show on the page. When I do an echo command for that column i get a blank, but if i view the source i see the tag values there. How can I print out html code from a mysql database as text on an HTML page?