Blog Post Title + Blog Post Labels + Blog Description
Top add
Multiple Currency Converters
Now all the e-commerce website needs multiple currency. The main drawback is to enter the currency for all countries based on the exchange rate (daily it get changed). A simple way is to get the exchange rate from google using the google currency calculator.
We can use the php curl function to get the values.
GOOGLE URl :
$query_URL = "http://www.google.com/ig/calculator?l=en&q=$amount$to_Currency.%3D%3F$to_Currency";
1 comment:
Thanks for the articles I find this is one of the very interesting article to read, i will visit again for more article.
Post a Comment