Friday, 23 August 2013

How to save HTML in database

How to save HTML in database

I have some question about saving html code in mysql database every time
when I put the charter " ' " in the database it changes to " / ".
Example: somthing like that
<p>That's my name</p>
After saving it look like this:
<p>That\'s my name</p>
what can i do? thank u all

No comments:

Post a Comment