Is user using the Miscrosoft Internet Explorer : Client Info : Development PHP Source Code


PHP Source Code » Development » Client Info »

 

Is user using the Miscrosoft Internet Explorer



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

if (preg_match("/MSIE/i", $agent)) {
     $result = "You are using Microsoft Internet Explorer.";
}else {
     $result = "You are using $agent";
}
?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Development
» Client Info