To get browser name just use next thing :
<?php print $_SERVER['HTTP_USER_AGENT']; ?>
And for all the features of browser user :
<?php print_r(get_browser(null, true));//null for user agent & true to return array ?>
To get browser name just use next thing :
<?php print $_SERVER['HTTP_USER_AGENT']; ?>
And for all the features of browser user :
<?php print_r(get_browser(null, true));//null for user agent & true to return array ?>