Ver original$row = mysql_fetch_array($query); $_SESSION["nombre"] = $row['nombre']; $nombre = $_SESSION["nombre"]; echo $nombre;