Articles: 843 | Categories: 148   
   
   
 
 
 
 
 
Php >> Articles & Tutorials >> Browsers
Browser Redirect By: Admin

This is a simple little script which will take you to one page if you're using Internet Explorer, and another page if you're using some o...24-Mar-2010

Something Useful: Detect Browsers By: Admin

Let us do something more useful now. We are going to check what sort of browser the visitor is using. For that, we check the user agent s...15-Apr-2010

Detecting The User's Browser By: Admin

When a browser accesses any page on your website, it sends a user-agent string to the server.
In PHP, this string is stor...19-Apr-2010