Forum : How can we get the browser properties using PHP?
Brief description  about Online courses   join in Online courses
View Arun  Desai 's Profile

How can we get the browser properties using PHP?

Browser Properties.....
Asked by Arun Desai | Mar 17, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Arun,
<?php
echo $_SERVER['HTTP_USER_AGENT'];
$browser = get_browser(null,true);
Print_r($browser);
?>
Mar 17, 2010