RE: [PHP] ereg_replace and quotation marks

2003-06-25 Thread Boaz Yahav
PROTECTED] Subject: [PHP] ereg_replace and quotation marks I'm trying to strip quotation marks out of user from input but it doesn't seem to work correctly. $string=ereg_replace(\,,$string); I get a \ mark after I run a quote through the form. When I want the quote turned to nothing. Any

RE: [PHP] ereg_replace and quotation marks

2003-06-25 Thread Paul Nowosielski
. -Original Message- From: Paul Nowosielski [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 8:45 PM To: [EMAIL PROTECTED] Subject: [PHP] ereg_replace and quotation marks I'm trying to strip quotation marks out of user from input but it doesn't seem to work correctly. $string

[PHP] ereg_replace and quotation marks

2003-06-24 Thread Paul Nowosielski
I'm trying to strip quotation marks out of user from input but it doesn't seem to work correctly. $string=ereg_replace(\,,$string); I get a \ mark after I run a quote through the form. When I want the quote turned to nothing. Any suggestions?? Paul -- PHP General Mailing List