I need to parse xml file from this link.
Doing it with $XML = simplexml_load_file("http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml");
var_dump($XML)
says false
.
What could be its reason?
P.S. I've got 2 servers and on first one all is ok with the same code? Where should I look forward to solve this?