Menu

#27 Register Globals is Assumed

open
nobody
None
5
2005-07-15
2005-07-15
Indemnity
No

Code requires the enabling of Registar Globals, if this is
turned off (as it is by default in PHP 4.2+) then the site
has errors with variable names. Most notably

$PHP_SELF

which should be:

$_SERVER['PHP_SELF']

Discussion


Log in to post a comment.

MongoDB Logo MongoDB