Konu
rand() sorunsalı
22-02-2007, 14:12:35
#3
LuGeLaS
Misafir
$sql = "Select * from tablo order by rand() limit 0,5";
$query=mysql_query($sql);
while ($row=mysql_fetch_array($query))
{
}
böyle olacak desc siz