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"; ?> -- ----------------------------------------------------------------------- Greg Donald http://destiney.com/public.key ----------------------------------------------------------------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php