How to find the exchange rate between two currency using PHP -


i need know exchange rate between 2 currency using php. 

i have 2 currency namly usd,inr. want konw exchnage rate between usd , inr.

how can do. please me.

use free online web api https://openexchangerates.org/.

api example here:

https://openexchangerates.org/documentation#example-php-curl


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -