Ver Mensaje Individual
  #10 (permalink)  
Antiguo 07/04/2003, 11:25
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 4 meses
Puntos: 129
Prueba con:

Código PHP:
<?php
function unhtmlentities ($string)
{
   
$trans_tbl get_html_translation_table (HTML_ENTITIES);
   
$trans_tbl array_flip ($trans_tbl);
   return 
strtr ($string$trans_tbl);
}
?>
lo dicen en:
http://www.php.net/manual/en/function.htmlentities.php

Un saludo,
__________________
Por motivos personales ya no puedo estar con Uds. Fue grato haber compartido todos estos años. Igualmente los seguiré leyendo.