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