Dongu ıcıne aldınmı hocam bu sekılde sorgulaması lazım
hocam yine hata verdi. Sitedeki döngü şu şekilde. bunun üzerinde ne gibi değişiklikler yapabiliriz. // Rastgele Site Çağırma //
$site_rastgele = mysql_query("SELECT * FROM ".$tablo[site]." where site_durumu=1 and site_kredi >0 and kullanici_no!='$_GET[kullanici_no]' order by rand() DESC LIMIT 1");
$site_yaz=mysql_fetch_array($site_rastgele);
$site_no = $site_yaz[site_no];
$site_on_uzanti = $site_yaz[site_on_uzanti];
$site_adresi = $site_yaz[site_adresi];
$site_kullanici_no = $site_yaz[kullanici_no];
$site_kredi = $site_yaz[site_kredi];