Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

[PHP] $HTTP_???_VARS[] always populated? From: Matthew M. Boulter (cmdmatb <email protected>)
Date: 06/21/01

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: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>