> 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/unsub.php

