Eğer get verisi tanımlanmamışsa 1 değerini verebilirsiniz. Yani şöyle;

<?php
if(!isset($_GET['id'])){
     $sayfa=1;
}
?>