Dener misin?

<? 
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>"; 
?>