On 25 Feb 2001 09:15:08 -0800, Philip Olson <[EMAIL PROTECTED]> wrote:
>>      ini_set ('magic_quotes_gpc',  'off'); 
>
>This will not work, ini_set cannot mess with magic_quotes setting,

More precisely, it can change the setting but your PHP code will be executed
after the magic quotes work has already completed.

-- 
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