次のコードで特定のリンクからXMLファイルを読み取りたい
$filename = 'http://XXXXX/rss.xml';
$xml = simplexml_load_file($filename);
試してみると、次のエラーメッセージが表示されます。
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
どうしたの?サーバーがsimplexml_load_fileをサポートしていない可能性がありますか?