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;?>
Rating: 0 / 5 (0 votes) 4168 views
Want to share your source code? Create your account and join our community!
Comments
Add your comment