Tema
:
Extraar todo un XML en ARRAY
Ver Mensaje Individual
#
11
(
permalink
)
04/04/2007, 08:06
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Re: Extraar todo un XML en ARRAY
Si tu proveedor lo soporta puedes usar fopen o file_get_contents con el sitio ej:
Código PHP:
$xml
=
file_get_contents
(
"http://www.sitio.com/archivo.xml"
);
Si no vas a tener que usar sockets para leer el archivo.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV