Alıntı
<?
$site_rastgele = mysql_query("SELECT * FROM ".$tablo[site]." where site_durumu=1 and site_kredi >0 and kullanici_no!='$_GET[kullanici_no]' order by site_no ASC");
$site_yaz=mysql_fetch_array($site_rastgele);
do{

echo $site_yaz[siteadi];
}while ($site_yaz=mysql_fetch_array($site_rastgele));
?>
Dongu ıcıne aldınmı hocam bu sekılde sorgulaması lazım