Project MoneyConv (CleanView - Demo - Download)

Description

MoneyConv is a very useful and fast currency converter. It gets the latest updated exchage rates directly from the European Central Bank's website, and allows you to convert any world-wide currency to another. It supports also local caching which ensures you better performance and more data availablity.

Docs

Config vars (beginning of the Class):

var $accuracy = 3; //<- decimal numbers after dot (3 means 12,345)
var $currMode=3; //<- 1:'GBP' / 2:'British Pound' / 2:'(GBP) British Pound '
var $update= 2; //<- cache updating interval (in hours)
var $cache=true; //<- allow file caching for FASTER loading
var $cacheFile='cache/MCache.txt'; //<- cache file (chmod 755)

Useful methods:
D
O
C
S
  1. <?php
  2.  include 'MoneyConv.php';
  3.  $money= new MoneyConv();
  4.  $amount='99.90';
  5.  $from='EUR';
  6.  $to='CHF';
  7.  
  8.  echo $amount.' ('.$money->currency($from,1).') = ';
  9.  echo $money->convert ($amount,$from,$to);
  10.  echo ' ('.$money->currency($to,1).') <br>';
  11.  echo ' (exchange rates updated on '.$money->getUpdateTime().')<br>';
  12.  ?>



Demo

  » Launch MoneyConv Demo !

Purchase

If you like this script, you can have it now! Make the payment and we will automatically send you a download link at your email address. The price also includes technical support and free upgrade to all the following version of the script.

20 Your email:


(Payment reciver: andyy.mailbox  gmail.com )


« Back