PDA

View Full Version : Loading an external xml file (simplexml_load_file)


Scanu
08-11-2012, 10:10 AM
Why can't i load an external xml file?! This is my code

$file = 'http://site.com/file.xml';
$xml = simplexml_load_file($file);


And this what i get


Warning: simplexml_load_file(http://site.com/file.xml) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request in [path]/includes/class_bootstrap.php(430) : eval()'d code on line 347

Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://site.com/file.xml" in [path]/includes/class_bootstrap.php(430) : eval()'d code on line 347


Does vBulletin allow loading external file? :confused:

--------------- Added 1344720083 at 1344720083 ---------------

Sorry it was a problem of my host