dostum bu nasıl sorgu yazmak?
biraz daha düzenli tertipli olabilir misin lütfen...


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

$hitiniz = $row["hits"];


}