Greg Donald wrote:

>On Sun, 7 Jul 2002, Chris Shiflett wrote:
>
>>I refer you to this URL:
>>
>>http://www.tuxedo.org/~esr/faqs/smart-questions.html
>>    
>>
>
>I refer you to this URL: http://php.net/ini_set and ask why does this 
>function not work as per the manual? 
>
>Again, here is my code:
>
><?
>if(ini_set("register_globals", "0"))
>  echo "ini_set success";
>else
>  echo "ini_set failed";
>?>
>

Why should I help you when you can't:

1. Follow simple instructions
2. Treat others who have tried to help you with respect.

Suffice it to say that ini_set() is not broken; your logic above is. 
Behave like an adult, and I might explain more.

Chris


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

Reply via email to