include ("db.php"); $id=(int)$_GET['id']; $calistir = mysql_query("select * from genelayarlar order by id DESC LIMIT 1") or die("Hata Olustu! ".mysql_error()); $sor = mysql_fetch_assoc($calistir); ?>