Posted by gzerphey on 11/17/06 17:21
Thank you in advance for helping.
I have a bit of a problem with MySQL and PHP working together. More
specifically when i use htmlspecialchars() to encode my text then load
it into the database, it is interpreting the special characters and
decoding them.
Is there any way that I can perserve this coding and make sure it says
in my database?
Example:
Here is what is entered -- t%20t
Here is what is showing in the database now -- t t
here is what I would like to see -- t%20t
Thank you again,
Navigation:
[Reply to this message]
|