Re: [PHP] '' and \" -> How do you avoid removing these?

2002-01-29 Thread Jason G.
Set this: magic_quotes_gpc=0 in your php.ini or use stripslashes on all your data. -Jason Garber IonZOft.com At 02:58 AM 1/30/2002 +, Jon wrote: >Okay, I'm trying to read in a form with " and ' in it. The problem is that >PHP automatically changes these to \" and \' without asking :( If I

RE: [PHP] '' and \" -> How do you avoid removing these?

2002-01-29 Thread Martin Towell
there's a directive in the php.ini file, something like "magic_quotes" or something (too lazy to look...), set that to 0 (zero) or use stripslashes() (this might have an underscore in the name, again too lazy to check) on the vars Martin -Original Message- From: Jon [mailto:[EMAIL PROTEC