PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of dadan ramdan   CurConv   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example
Class: CurConv
Convert currency values using a SOAP Web service
Author: By
Last change:
Date: 18 years ago
Size: 109 bytes
 

Contents

Class file image Download
<?
include "curconv3.php";

$d = new curconv();
$money=$d -> uang("usa","indonesia",1);
echo
$money;
?>