Middle East XML Currency Conversion
- by Tim
Using the following script to do currency conversion which relies on an XML feed.
http://www.white-hat-web-design.co.uk/articles/php-currency-conversion.php
It grabs the data from the following feed...
var $xml_file = "www.ecb.int/stats/eurofxref/eurofxref-daily.xml";
However this XML feed has limited currencies and I require currencies for the Middle East.
Does anyone know where I can find an XML file with Middle East currencies or have any better suggestions?