if (isset($_GET['id'])) {
//Sayfanın kodları.
} else { header('Location:index.php'); } // id=(boş) ise index.php'ye dönüş yapar.