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 _W
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
> 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
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
##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 us
> 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 ph
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 ma
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 M
> 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: http://c
9 matches
Mail list logo