<?php//include the class fileinclude('browser_class_inc.php');//instantiate the class$b = new browser();//find out which browser is connectingprint_r($b->whatBrowser());?>