$i = 0;
while ($row = mysql_fetch_assoc($query))
{
$i++;
echo $i.') '.$row['campo1'].' '.$row['campo2'] eccetera;
}