Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of al dev | > | calculator.php | > | sample.php | > | Download | ||
|
Download |
<?php // Sample calculator program - demos usage //include_once("calculator.php"); require_once("calculator.php"); $calc = new calculator; $calc->display(); ?> |