> you can use:
> 
> if($REQUEST_METHOD=='GET' or $REQUEST_METHOD=='POST')
>       ini_set ('magic_quotes_gpc',  'off'); 

This will not work, ini_set cannot mess with magic_quotes setting,
.htaccess is the prime option for temporarily changing this setting, as
per the example provided by Zeev.


Regards,


Philip Olson
http://www.cornado.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to