Detect Browser with PHP

Helps to find out browser version and type your website visitor is using.

<?php           
/* Source: http://www.apphp.com/index.php?snippet=php-detect-browser */ 
   $useragent = $_SERVER['HTTP_USER_AGENT'];    
echo "<b>Your User Agent is</b>: ".$useragent;?>

Usage


Comments

Add your comment