[PHP] Re: magic quotes

2007-07-31 Thread KVIGOR
Never Mind I figured it out. KVIGOR [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If magic quotes is on and I dont have access to the php.ini. Is there any way I can strip quotes from the form field with out using AJAX? -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: magic quotes

2007-07-31 Thread M. Sokolewicz
KVIGOR wrote: Never Mind I figured it out. KVIGOR [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If magic quotes is on and I dont have access to the php.ini. Is there any way I can strip quotes from the form field with out using AJAX? I have no idea how you would do it _WITH_

[PHP] Re: Magic Quotes

2007-02-23 Thread Fahad Pervaiz
##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 ORIGINAL If data stored in database has escape character '\' then

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

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

[PHP] Re: Magic Quotes

2003-12-21 Thread Andreas Magnusson
Now I'm guessing that magic_quotes_runtime is the one I need to have on, but is that so? I'm also guessing that aside from using addslashes() and stripslashes(), I could prob'ly turn on magic_quotes in php_ini. But perhaps because of how I've heard turning register_globals on via php.ini

[PHP] Re: magic quotes

2003-04-02 Thread Foong
Hello, When magic_quotes_gpc is on, addslashes() will be automatically applied on all data from GET, POST, COOKIES by PHP. When magic_quotes_runtime is on, addslashes() will be automatically applied on all data collected form database (ex: when you execute a SELECT statement). Therefore when

[PHP] Re: magic quotes runtime and gpc -- difference?

2003-03-17 Thread Justin French
Apologies -- I found the documentation in the php.ini comments. Justin on 17/03/03 10:08 PM, Justin French ([EMAIL PROTECTED]) wrote: Hi all, I'm attempting to find some documentation on magic_quotes_runtime and magic_quotes_gpc -- what's the difference? Justin -- PHP General

[PHP] Re: MAgic Quotes

2001-08-01 Thread Richard Lynch
How do you turn on/off magic quotes through .htaccess? Is it this posible? php_value magic_quotes off -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL PROTECTED] Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: