Can someone give me an example of stripslashes code. I have my code outputing to a text file that adds \ inplace of a ' how can I get rid of this problem.
Thank you
$clean_text=stripslashes($text_with_slashes);