Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-01-24 12:22
Size: 109 bytes
 

Contents

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

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