Middle East XML Currency Conversion

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-03-21T16:19:03Z Indexed on 2010/03/21 16:31 UTC
Read the original article Hit count: 467

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about currency

Related posts about conversion