Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/11/2004, 04:32
DEL_DAN
 
Fecha de Ingreso: noviembre-2003
Ubicación: Barcelona
Mensajes: 181
Antigüedad: 20 años, 5 meses
Puntos: 0
si ya está.
la solución está en poner esto en el text area, y ya está.

<?php
echo "<textarea name=texto style=width:800; height:150>\n";
echo htmlspecialchars($texto)."\n";
echo "</textarea>";
?>
__________________
___________________________

DEL_DAN