Re: [PHP] Re: turn register_globals on

2002-09-08 Thread Jome
> So, is this allowable to set in user scripts? Or is the dosumentation > correct in saying it cannot? My bad, you (and the documentation) are correct. :-) Jome -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: turn register_globals on

2002-09-08 Thread Brad Bonkoski
Does this work for the original poster? Does not work for me (of course I am going the opposite way, wanting to test scripts one-by-one to verify they work with register_globals off) running: ini_set("register_globals", 0); (and, tried both) ini_set("register_globals", "Off"); According to the d

[PHP] Re: turn register_globals on

2002-09-08 Thread Jome
> Hello I am working on a PHP server which has register_globals off. In my > script is there anyway to turn it on, just for my script? ini_set("register_globals", 1); at the top of your script. Jome -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Re: turn register_globals on

2002-09-08 Thread nicos
Hi, Look at www.php.net/ini_set -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Anup" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hello I am working on a PHP server which has register_globals off. In my > script is th