Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/01/2011, 06:33
CarlosHerrera
 
Fecha de Ingreso: marzo-2009
Ubicación: Cantabria
Mensajes: 18
Antigüedad: 15 años, 1 mes
Puntos: 0
Respuesta: Problemas con joomla (file_get_contents)

Hola a todos:

a ver voy avanzando y ya se que esta restringido "file_get_contents" por seguridad de joomla.

he visto el simplexml de joomla para importar datos xml

he hecho esto

$xml = new JSimpleXML;
$xml->loadFile(&URL);
print $xml->document->toString();
y me sale este fallo.

Call to a member function toString() on a non-object in

podrian ayudarme por favor.

Un Saludo