Middel East XML Currency Conversion
- by Tim
Hi, 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?
Any help would be appreciated.