$contatore=0;
while($row = mysql_fetch_array()){
//codice
$contatore++;
}