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 [...]
lastComment