Home Tutorial Php Examples PHP Get Browser Information

 
 

PHP Get Browser Information
Posted on: October 9, 2009 at 12:00 AM
PHP Get Browser Information tutorial gives you an example to get your browser information

PHP Get Browser Info

PHP provides us  $_SERVER['HTTP_USER_AGENT'] function is used to display the browser information

Code for PHP Get Browser Info:

<?php

echo $_SERVER['HTTP_USER_AGENT'] . "\n\n";

?>

Output:

Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13

Related Tags for PHP Get Browser Information:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.