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']
Log in to post a comment.