Convert Currencies Dynamically using PHP, Google and cURL [closed]
- by LizO
I want to be able to allow users to dynamically change the currency of the products prices in my webstore, right there on the page. For example, 300 USD will change to 221.61 EUR when the user selects Euros from a dropdown.
I found a few sites with PHP code for a calculator/input format (user inputs value and converted currency is output.)
http://www.chazzuka.com/blog/?p=104
http://www.pixel2life.com/publish/tutorials/1166/currency_conversion_in_php/page-3/
I was hoping someone could help me figure out how to modify the PHP script. Thanks in advance.