I need to convert USD to other currencies from within a PHP script. Anyone know how/where to get an updated currency rate that I can use to work out prices? I guess it could be imported via rss and converted to a variable or something. Any ideas? I dont' want to reinvent the wheel. Anyone done this before?
Answering my own question incase someone else needs to do this... Use RSS parser to get http://currencysource.com/RSS/USD.xml Make a variable from the RSS title that has the currency you want Remove the text from the var, which leaves you with the rate for that particular currency.