On Sat, 2003-06-21 at 16:00, Dan Anderson wrote: > I have a form which feeds into an e-mail. When I use the mail function > all 's turn into \'s and all "s turn into \"s. I tried > set_magic_quotes_runtime(0) and it didn't do anything, neither did > urldecode(). Is there a function to strip escape charechters?
I think you want stripslashes(). http://us4.php.net/manual/en/function.stripslashes.php Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php