How can I stop form data like this:
don't do this
From becoming this:
don\'t do this
?
You can use the stripslashes() function to remove embedded slashes from a string. Check the php3 docs on php3.com
Nice one