Thank you in advance for helping.
I have a bit of a problem with MySQL and PHP working together. More
specifically when i use htmlspecialchar s() 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,
I have a bit of a problem with MySQL and PHP working together. More
specifically when i use htmlspecialchar s() 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,
Comment