Ver original$valores = array();foreach ($fila = mysql_fetch_array($result)) { $valores[] = ucfirst($fila['campo_x']);} var_dump($valores);