$detect = mysql_query("SELECT * FROM urls ORDER BY HITS DESC LIMIT 0, 5"); while ($row = mysql_fetch_array($detect)) { $hitiniz = $row["hits"]; }