News Feed
Jobs Feed
Sections




News Archive
feed this:

Sameer Borate's Blog:
Detecting user agents in PHP
October 07, 2009 @ 08:21:22

In a new post to his blog today Sameer looks at a trick or two about detecting the type of browser/client a visitor is using to view your website - one method with the superglobal and another with a helpful PEAR package.

Every time you use your browser to access a website a User-Agent header is sent to the respective server. Detecting user agents on the server can be useful for many reasons: browser quirks, personalize content, preventing illegal access.

He talks about the get_browser function that's included in PHP but that requires a browscap.ini file to work. His other option is the Net_UserAgent_Detect PEAR package. It grabs the user agent and breaks it up into the browser type, operating system information and any Javascript-related headers that come along with it. There's also useful tests like "isIE()" and "isNetscape()" built into the package.

0 comments voice your opinion now!
detecting user agent pear



Community Events











Don't see your event here?
Let us know!


podcast tool interview development functional community unittest release zendframework2 opinion language conference code series testing example introduction composer framework object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework