on 9/20/02 10:06 AM, John Holmes at [EMAIL PROTECTED] appended the
following bits to my mbox:

> The manual says these settings can be changed at the user level, but it
> doesn't appear like they can, unless we're both doing something very
> wrong.

I believe that all variable processing is done (and slashes are added)
before any of the page parsing is done.  That's why ini_set within the
script won't work.

If you are using apache, try a .htaccess file in the directory with:

php_value magic_quotes_gpc 0

Look through the comments at the page below for further information:

<http://www.php.net/manual/en/function.ini-set.php>

HTH.

Sincerely,

Paul Burney
<http://paulburney.com/>

<?php
    while ($self != "asleep") {
        $sheep_count++;
    }
?>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to