require_once('ayar.php'); $id=mysql_real_escape_string(intval($_GET['id'])); $yaz=mysql_fetch_assoc(mysql_query("select * from referans where ID='$id'")); ?>
-
include ('header.php') ?>
Bu Sayfayı Paylaşın
Tüm Kitaplar
$hs=mysql_query("select * from referans order by sira;
") or die (mysql_error());
while($hy=mysql_fetch_assoc($hs))
{
$hid = $hy['ID'];
$had = $hy['baslik'];
$hseo = $hy['seo'];
$hrs = $hy['resim'];
?>