When I submit through a form a string that has a quote in it, something translates the single quote into a "\'" automatically. How do I undo this translation? Thank you,
-Bo
You should use the 'stripslashes' function.
For more information: http://www.php.net/manual/function.stripslashes.php