31 Currency Converter PHP Script

Overview

This converter use free API with 1000 request per month If you need more you need to subscribe hire  https://fixer.io/ for 10$ 10 000 requestst.Also need to register and take api key from site is free.and change in convert.php line 209

 $url = "http://data.fixer.io/api/latest?access_key='Your API KEY Here!".$base.'$symbols='.$currency; 

API KEY must be without quotes.

api key(not active) : be5a3aa9b5a7e51ba5dc9b0995te761b

Features

  • 31 currency
  • free unlimited API requests 

Requirements

  • php
  • html

Instructions

  • set up the form on your web sites 
  • upload the files into your web site

Related