PHP5 Class Object Simple Tutorial Add Comment see bewlow example: <?php class Employee { private $first_name, $last_name; public function getData($first_n... Read More