I am using mySQL. I can see all my data are right in mySQL. For example, I insert a string 'What's up!' into my database. I can see What's up correctly in mySQL.
However, when I need to pull out the data and put it on the browser, the string What's up has changed to What\'s up.
Can someone help me to solve this problem?
Thanks
Phil