Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/04/2004, 15:38
Avatar de juque
juque
 
Fecha de Ingreso: marzo-2002
Ubicación: Temuco, Chile
Mensajes: 84
Antigüedad: 22 años
Puntos: 0
mhhhh.. pero insisto, lo puede guardar en HTML y si quieres leerlo talcual fue enviado es decir un txt comun y silvestre realizas una rutina en php para hacer el proceso inverso.
mira, php.net encontré esto:
Código PHP:
<?php
$orig 
"I'll \"walk\" the <b>dog</b> now";

$a htmlentities($orig);

$b html_entity_decode($a);

echo 
$a// I'll &quot;walk&quot; the &lt;b&gt;dog&lt;/b&gt; now

echo $b// I'll "walk" the <b>dog</b> now
__________________
~~
www.juque.cl