
22/12/2010, 12:58
|
| | Fecha de Ingreso: noviembre-2010
Mensajes: 33
Antigüedad: 14 años, 4 meses Puntos: 1 | |
Respuesta: Php-xml Warning: simplexml_load_file() [function.simplexml-load-file]: videos2.xml:9: parser error : EntityRef: expecting ';' in C:\xampp\htdocs\index.php on line 37
Warning: simplexml_load_file() [function.simplexml-load-file]: <vlc>http://v19.lscache5.c.youtube.com/vlcplayback?ip=186.0.0.0&sparams=id%2Ce in C:\xampp\htdocs\index.php on line 37
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in C:\xampp\htdocs\index.php on line 37
7
me tira toda esa bandada de errores ahora... jaja por lo menos es algo...
puse lo siguiente:
$xml= simplexml_load_file("videos2.xml");
echo($xml); |