<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Tutorials and code &#187; php browser name</title>
	<atom:link href="http://readytousesolutions.com/phpblog/tag/php-browser-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://readytousesolutions.com/phpblog</link>
	<description>PHP tutorials - Examples of the most useful scripts</description>
	<lastBuildDate>Thu, 22 Jul 2010 07:34:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find Browser Name and Capabilities in PHP</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-get-browser-name-its-capabilities/</link>
		<comments>http://readytousesolutions.com/phpblog/php-tutorial-get-browser-name-its-capabilities/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 05:34:49 +0000</pubDate>
		<dc:creator>PHP Tutorials and Help</dc:creator>
				<category><![CDATA[Useful PHP]]></category>
		<category><![CDATA[php browser name]]></category>
		<category><![CDATA[php detect visitor browser]]></category>
		<category><![CDATA[php get browser]]></category>
		<category><![CDATA[php get browser capabilities]]></category>
		<category><![CDATA[php get user browser]]></category>
		<category><![CDATA[php get user browser name]]></category>
		<category><![CDATA[php get_browser]]></category>
		<category><![CDATA[php get_browser() function]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=326</guid>
		<description><![CDATA[To get the browser name just use this line:

&#60;?php
print $_SERVER['HTTP_USER_AGENT'];
?&#62;

And to get all the browser&#8217;s features use:

&#60;?php
print_r(get_browser(null, true));//null for user agent and true to receive an array

?&#62;

]]></description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/php-tutorial-get-browser-name-its-capabilities/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
