extract($_REQUEST); session_start(); include "entegre/sayfalar.php"; include "entegre/baglan.php"; $oyunsay = mysql_query("SELECT COUNT(*) FROM oyunlistesi"); $oyunsay = mysql_result($oyunsay,0,0); $query = mysql_query("select * from hafta limit 0,1"); while($array = mysql_fetch_array($query)) { $isim = $array["isim"]; $resim = $array["resim"]; $id = $array["id"]; $baslik = $array["baslik"]; } ?>
|
||||||||||||||||||
|
||||||||||||||||||
|
||||||||||||||||||
|
||||||||||||||||||
|
$sayac=0;
$populer = mysql_query("select * from oyunlistesi ORDER BY RAND() limit 0,5");
while($p = mysql_fetch_array($populer))
{
$sayac=$sayac+1;
?>
}
?>
|
$sayac=0;
$populer = mysql_query("select * from oyunlistesi order by oynandi desc limit 0,5");
while($p = mysql_fetch_array($populer))
{
$sayac=$sayac+1;
?>
}
?>
|
include "entegre/sayac.php"; ?>
|
|||||||||||||||