<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Detecting user agents in php</title>
	<atom:link href="http://www.codediesel.com/pear/detecting-user-agents-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/pear/detecting-user-agents-in-php/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Olaf Lederer</title>
		<link>http://www.codediesel.com/pear/detecting-user-agents-in-php/comment-page-1/#comment-1440</link>
		<dc:creator>Olaf Lederer</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1660#comment-1440</guid>
		<description>Thanks Ryan for sharing the browscap resource.</description>
		<content:encoded><![CDATA[<p>Thanks Ryan for sharing the browscap resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer Borate&#8217;s Blog: Detecting user agents in PHP &#124; Webs Developer</title>
		<link>http://www.codediesel.com/pear/detecting-user-agents-in-php/comment-page-1/#comment-1438</link>
		<dc:creator>Sameer Borate&#8217;s Blog: Detecting user agents in PHP &#124; Webs Developer</dc:creator>
		<pubDate>Wed, 07 Oct 2009 15:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1660#comment-1438</guid>
		<description>[...] a new post to his blog today Sameer looks at a trick or two about detecting the type of browser/client a [...]</description>
		<content:encoded><![CDATA[<p>[...] a new post to his blog today Sameer looks at a trick or two about detecting the type of browser/client a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.codediesel.com/pear/detecting-user-agents-in-php/comment-page-1/#comment-1437</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 07 Oct 2009 14:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1660#comment-1437</guid>
		<description>i just went through this in a recent project. I didn&#039;t go with the PEAR package, but instead landed on a class called browscap, which basically goes out and fetches the browscap.ini file via cURL and stores it locally in cache. It even parses the ini file into an array and caches that result for even quicker response. 

You can set the script to autofetch new versions if you want as well. 

http://garetjax.info/projects/browscap/</description>
		<content:encoded><![CDATA[<p>i just went through this in a recent project. I didn&#8217;t go with the PEAR package, but instead landed on a class called browscap, which basically goes out and fetches the browscap.ini file via cURL and stores it locally in cache. It even parses the ini file into an array and caches that result for even quicker response. </p>
<p>You can set the script to autofetch new versions if you want as well. </p>
<p><a href="http://garetjax.info/projects/browscap/" rel="nofollow">http://garetjax.info/projects/browscap/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

