Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/09/2008, 08:14
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 16 años, 5 meses
Puntos: 14
Respuesta: Perdida de información al ser recuperada

si usas php intenta con:

$str = htmlentities($str);

conviertes < en &lt;

luego de ser necesario utilizas la funcion que hace lo contrario

$str =html_entity_decode($str)

Suerte
__________________
My path is lit by my own fire, I only go where I desire