People use $_GET nowadays, grandpa, forget all that $HTTP_GET_VARS stuff
If you see a script with something like this after the url
?action=kill&who=Bill
it'll mean in that script are set
$GET['action'], which equals kill, and $GET['who'] which equals bill. So 'are there any more' - there are an infinite amount.