$resultado=mysql_query ($cadena,$conexion) $i=0; while($reg=mysql_fetch_array($resultado)){ $i++; echo $i." - ".$reg['Nombre']."<br />"; }