picture picture
October 25, 2011 PHP 0 Comments 130 views

Browser Detection script in PHP


Browser Detection script in PHP

PHP code to detect browser name/version.

1
2
3
4
5
<!--?php <br ?--> $useragent = $_SERVER ['HTTP_USER_AGENT'];
echo "<strong>Your User Agent is</strong>: " . $useragent;
?&gt;
Be Sociable, Share!

Related posts:

  1. Get Remote IP Address in PHP
  2. Using cURL in PHP

Tags: ,

No Responses to “Browser Detection script in PHP”

Leave a Reply

Name

Mail (will not be published)

Website