Okay i set up a form to submit stuff to my site. But I get slashes for '. I used the stripslashes to get rid of the ones that appeared on quotation marks, but when i use a single quote I still get a slash. How to I stop this?
I've had this problem and i'm not sure why or if there is a better way to do it. but i just use two stripslashes
stripslashes(stripslashes($foo))