Quick question crew,

ATM we're trying to convert all of our existing scripts t conform to
register_globals being OFF, i.e., accessing everything through the
$HTTP_???_VARS[] arrays.

What I was wondering is, when register_globals in ON, do all of the
$HTTP_???_VARS[] arrays * still * get populated?

I.e., if we convert all our scripts to use these arrays and then decide
to turn register_globals on again, will all our changed scripts still
work?

Thanx, Matty.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to