News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

Richard Miller\'s Blog: UPHPU meeting on custom 404 pages

Mike\'s Blog: PEAR Auth and vpop-xmlrpc

Lorenzo Alberton's Blog: DBMS and charsets, a summary and a call for help

Travis Swicegood's Blog: PHPT: A teaser...

Greg Beaver\'s Blog: PEAR 1.4.x adoption rate


Community Events











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


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

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