Editing MySQL data from a PHP form
Ok, here's a strange one. I have some HTML code in a database. A lot of which is things like > or <. They are code samples for scripts I use. Here's the issue:
When I am using PHPMyADMIN and I edit the data, I get the >'s and the < just fine. However, if I create my own PHP form to edit the data, my page converts all of the >'s and <'s into their respective < or >.
How can I make sure that I am getting the > or < from the database in my form? Any ideas?
----------
~cmiller
__________________
----------
~cmiller
|