Its often helpful to know just WHY the PHP group changed the register_globals directive to off in the first place... this is explained in detail on the php.net website.
See Nik's register globals FAQ, Nik does a fine job of explaining the security issues with register_globals and why you should use the new superglobal arrays.
http://p2p.wrox.com/archive/beginnin...2002-11/17.asp
And as always, read the php manual:
http://www.php.net/manual/en/languag...predefined.php
It is going to be much easier for all you newbies out there to adapt to using php with the register_globals directive turned off, instead of taking the easy way out and just turning it back on in php.ini. For one the directive is deprecated, which if you aren't familar with the lingo means slated for deletion from the language all together. So in some future version of php this functionality won't even be available.
Just my two cents!
: )
Rich
:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::