$_GET
is an associative array of variables passed to the current script via the URL parameters.
$_POST
is an associative array of variables passed to the current script via the HTTP POST method.
$_GET
is an associative array of variables passed to the current script via the URL parameters.
$_POST
is an associative array of variables passed to the current script via the HTTP POST method.