A
Anonymous
Guest
use either one of these two things:
$_GET['var']
$_REQUEST['var']
you can't access the $var directly unless your global variables setting is turned on.
$_GET['var']
$_REQUEST['var']
you can't access the $var directly unless your global variables setting is turned on.