USER AGENTS

How to know, your browser string and Os string? like this
The easy way to make it in Syntax PHP are


<?
$agent=$_SERVER['HTTP_USER_AGENT'];
echo $agent;
?>

With you know USER AGENT you will can create script to detect browser and OS from your website visitor.

If you interested to know about User Agent for more please visit here zytrax.com

I wrote the article which to explain how to get Browser Identifiy but still in Bahasa Indonesia

You can download BrowseSniff Plugin from here and how to install here

Happy try it’s and enjoy.