Jump to content

If function to display and echo anything if the user is using INTERNET Exploror.


Gayner

Recommended Posts

if (isset($_SERVER['HTTP_USER_AGENT']) && 
    (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))
        $nigger = "im using IE";
    else
        $nigger = "Im using Good browser! Good boy!";

 

will this work fine ? im using this 1..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.