Tema: cargar
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/02/2004, 02:16
asound
 
Fecha de Ingreso: julio-2003
Ubicación: Puebla
Mensajes: 34
Antigüedad: 20 años, 9 meses
Puntos: 0
y si pruebas asi

<?
$html=implode('\n',file("pagina.html"));
echo "<input type=\"textarea\" name=\"blabla\">$html</input>";
?>