<? $id = !empty($_GET["id"]) ? intval($_GET["id"]) : 0; if($id==0){ echo"sayfa.php sayfası bu"; } if($id==1){ echo"sayfa.php?id=1 sayfasıda bu"; } ?>