Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/resmimic/public_html/yorumlar/onayla.php on line 4
<?
include 'ayar.php';
$sql = mysql_query("SELECT * FROM `yorumlar` where onay=’Beklemede’ ");
while($oku = mysql_fetch_assoc($sql))
echo "İsim: $oku[isim] <br> Mail: $oku[mail] <br>";
?>
