<?phprequire("compcalc.php");$c=new CompCalc();$results=$c->inv_calculate(15, 1000, 10, 50, 100);print_r($results);?>