Login   Register  
PHP Classes
elePHPant
Icontem

File: example_compcalc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bob  >  CompCalc  >  example_compcalc.php  >  Download  
File: example_compcalc.php
Role: Example script
Content type: text/plain
Description: example usage
Class: CompCalc
Calculate the return of investment, saving or loan
Author: By
Last change:
Date: 2012-02-06 07:08
Size: 123 bytes
 

Contents

Class file image Download
<?php
require("compcalc.php");

$c=new CompCalc();
$results=$c->inv_calculate(1510001050100);
print_r($results);
?>