标签: php xml
我需要从this link解析xml文件。
使用$XML = simplexml_load_file("http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml"); var_dump($XML)说false。
$XML = simplexml_load_file("http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml");
var_dump($XML)
false
它可能是什么原因?
P.S。我有2个服务器,在第一个服务器上都可以使用相同的代码吗?我应该在哪里解决这个问题?