RE: [PHP] apostrophe ( ' ) on a form, adding \; How can i fix this?

2004-02-26 Thread Chris W. Parker
- From: Louie Miranda [mailto:[EMAIL PROTECTED] Sent: Wed 2/25/2004 9:19 PM To: [EMAIL PROTECTED] Cc: Subject: [PHP] apostrophe ( ' ) on a form, adding \; How can i fix this? I have a user/form that client enters data

[PHP] apostrophe ( ' ) on a form, adding \; How can i fix this?

2004-02-25 Thread Louie Miranda
I have a user/form that client enters data. And one of my clients have an apostrophe on his name eg: Ero's Now, this page has a confirmation page that the client would see first before his form will be directed into my system. Now its shows Ero\'s how come this is happening? I dont have any

Re: [PHP] apostrophe ( ' ) on a form, adding \; How can i fix this?

2004-02-25 Thread Adam Bregenzer
On Thu, 2004-02-26 at 00:19, Louie Miranda wrote: I have a user/form that client enters data. And one of my clients have an apostrophe on his name eg: Ero's Now, this page has a confirmation page that the client would see first before his form will be directed into my system. Now its

Re: [PHP] apostrophe ( ' ) on a form, adding \; How can i fix this?

2004-02-25 Thread Ryan A
Hey Your magic_quotes_gpc is onswitch it off and your problem will go away, or read up on it. You might also want to use a function which will make quotes and apostrophes etc safe...check the manual as there are a few. Cheers, -Ryan On 2/26/2004 6:19:02 AM, Louie Miranda ([EMAIL PROTECTED])

Re: [PHP] apostrophe ( ' ) on a form, adding \; How can i fix this?

2004-02-25 Thread Louie Miranda
Ok thanks, will check the manual also. Right now its working!~ -- - Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php