"; //printing a short message if(isset($_GET['page'])) { //checks if "?page=" is set in the url echo "Going to ".$_GET['page']; //printing the next hop echo ''; //going to the page specified in the url. } else { //if there isn't anything in the header, just die already! die(); } ?>