RE: [PHP] ereg_replace and quotation marks

2003-06-25 Thread Paul Nowosielski
PHP might take you tomorrow. > > > -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 quotat

RE: [PHP] ereg_replace and quotation marks

2003-06-24 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 wan

[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 (http:/