Código PHP:
$result = mysql_query("select count(firma) total from mitabla group by firma order by total desc limit 5");
while($row=mysql_fetch_array($result))
{
echo $row[firma] . " - " . $row[total] . "<br>";
}
Cual es el error?
Me parece tan simple y no puedo solucionarlo

salu2
