Hi Chaps,
I’m looking for an PHP script that will read an XML feed/file to show the current exchange rate from Euros into US Dollars and GB Pound Sterling.
I’ve found an XML file: http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml
But I’m not sure how to just pull through the values for USD/GBP, into PHP variables.
If there is an easy/better way to get the same result, then I’d be glad to learn.