load xml file in php - missing access rights?

Doggzilla

New Member
I want to read a XML file from a certain link with the following code \[code\]$filename = 'http://XXXXX/rss.xml';$xml = simplexml_load_file($filename);\[/code\]When I try, I get the following error messages: \[code\] wrapper is disabled in the server configuration by allow_url_fopen=0 failed to open stream: no suitable wrapper could be found in I/O warning : failed to load external entity \[/code\]Whats the problem? Can it be that the server doesn
 
Back
Top