The name and version of the client : Client Info « Development « PHP






The name and version of the client


<?
$agent = getenv("HTTP_USER_AGENT");

echo " You are using $agent.";
?>


           
       








Related examples in the same category

1.Is user using the Miscrosoft Internet Explorer
2.Using gethostbyaddr() to Get a Hostname
3.Http Host
4.Http Referer