> If you called this as myreg.php?id=1&name=Bob then it would print both
> the $id value and $bob value, you'd need to amend autoreg.php to include
> $_POST, $_SESSION etc. if you wanted and in the order you wanted as one
> would override the other if the key existed in say $_GET and $_SESSION etc.