PHP to find browser name

by satheeshkumar 2014-05-29 10:37:12

By using http user agent in php to get the browser name or browser type,
<?php
$user_agent = strtolower($_SERVER['HTTP_USER_AGENT']);
echo $user_agent;
?>


 
1157
like
0
dislike
0
mail
flag

You must LOGIN to add comments