Posted by Philip Olson on 07/11/05 22:54
>> 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
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming