For example, my MySQL server can take in the whole string "We'll" but when ever I do a query thru PHP and print out the string, it ll become "We\'ll".
How can I get rid of that \ symbol?
I was trying to use preg_match.. but it doesn't work. Can anyone help me?
Thanks!