$GET is for accessing variables using the GET method.
$POST is for accessing variables using the POST method.
If you want the short way of accesising the variable, just referring to it as $id for example, then in your php.ini file, set Register Globals to On. It's set to off by default.
Cgraz