Ver originalif (mysql_num_rows($resultuu) > 0){ while($rowuu= mysql_fetch_array($resultuu)){ $array[] = $rowuu["nombre"]; echo $array[1]; }}