$mesajlar = mysql_query("select * from tablo where onay='1' ");
while ($sorgu_mesaj = mysql_fetch_array($mesajlar))
{
echo $sorgu_mesaj[0];
echo $sorgu_mesaj[1];
echo $sorgu_mesaj[2];
}
?>
$mesajlar = mysql_query("select * from tablo where onay='1' ");
while ($sorgu_mesaj = mysql_fetch_array($mesajlar))
{
echo $sorgu_mesaj[0];
echo $sorgu_mesaj[1];
echo $sorgu_mesaj[2];
}
?>