>> If i use, at the beginning of my scripts, >> ini_set('register_globals', 0), register globals will be >> turned off? > if you have php <= 4.2.3 yes, otherwise no. > it has to be set in php.ini, .htaccess, or httpd.conf You may NEVER set register_globals at runtime with ini_set() regardless of PHP version. Regards, Philip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php