
08/04/2008, 11:44
|
 | | | Fecha de Ingreso: mayo-2004
Mensajes: 972
Antigüedad: 20 años, 10 meses Puntos: 2 | |
Re: problema con charset gracias gartorv
$xml="<?xml version='1.0' encoding='utf-8'?> <xml><tituloBib><titulo>Parámetros </titulo></tituloBib></xml>
$xml=simplexml_load_string($xml);
Esto me tira los warning, con el parse error que comenté anteriormente. |