Hi, Monday, September 9, 2002, 3:42:44 AM, you wrote: A> Hello I am working on a PHP server which has register_globals off. In my A> script is there anyway to turn it on, just for my script?
By the time your script is read register_globals has already done it's checking so it is too late and won't have any effect. The only way is by .htaccess if you have apache. -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

