Re: [PHP] Re: Magic Quotes

2007-02-23 Thread Richard Lynch
> I've got all three Magic Quote directives turned off... > When I use sql query to grab any string from a database, it still > spits out > the \ in front of the special characters.. > Any ideas? > thanks > ##END ORIGINAL > If data stored in database has escape character '\' then use > stri

Re: [PHP] Re: Magic Quotes

2007-02-23 Thread Robert Cummings
On Sat, 2007-02-24 at 00:42 +0500, Fahad Pervaiz wrote: > ##ORIGINAL > I've got all three Magic Quote directives turned off... > When I use sql query to grab any string from a database, it still spits out > the \ in front of the special characters.. > Any ideas? > thanks > ##END ORI