Re: [PHP] textarea and quotes

2004-05-05 Thread John W. Holmes
From: "Vincent DUPONT" <[EMAIL PROTECTED]> > I can't remember the name of the function to remove > the escaping of quotes when submitting a textarea > example : > > becomes : > > stripslashes and stripcslashes seem not to work... stripslashes() works, just make sure you capture the result.

[PHP] textarea and quotes

2004-05-05 Thread Vincent DUPONT
Hi, I can't remember the name of the function to remove the escaping of quotes when submitting a textarea example : becomes : stripslashes and stripcslashes seem not to work... vincent -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php