<?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 Code Snippets and Php Tips &#187; detect visitor country</title>
	<atom:link href="http://readytousesolutions.com/phpblog/tag/detect-visitor-country/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, 23 Sep 2010 06:54:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHP Tutorial : Detect visitor country by ip address</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-detect-visitor-country-by-ip-address/</link>
		<comments>http://readytousesolutions.com/phpblog/php-tutorial-detect-visitor-country-by-ip-address/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 12:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Usefull PHP]]></category>
		<category><![CDATA[detect country]]></category>
		<category><![CDATA[detect visitor country]]></category>
		<category><![CDATA[Detect visitor country by ip address]]></category>
		<category><![CDATA[ip to country]]></category>
		<category><![CDATA[ip2country]]></category>
		<category><![CDATA[php detect country]]></category>
		<category><![CDATA[php detect visitor country]]></category>
		<category><![CDATA[php Detect visitor country by ip address]]></category>

		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=119</guid>
		<description><![CDATA[Well, well, well, It seems a &#8220;global&#8221; interests in this php script to detect visitors country, so, I decided to write a guide on how you could get it done. There is a free solution to detect visitors country by &#8230; <a href="http://readytousesolutions.com/phpblog/php-tutorial-detect-visitor-country-by-ip-address/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, well, well,<br />
It seems a &#8220;global&#8221; interests in this php script to detect visitors country, so, I decided to write a guide on how you could get it done.<br />
There is a free solution to detect visitors country by ip address, called maxmind geoip which you can see and get here http://www.maxmind.com/app/geolitecountry<br />
Whats needed? Download the CSV file, then import it via PhpMyAdmin application or simple mysql console into a new database.<br />
After that, you can use it to do simple queries to detect a country via an ip address. You can see examples on maxmind&#8217;s website too.</p>
]]></content:encoded>
			<wfw:commentRss>http://readytousesolutions.com/phpblog/php-tutorial-detect-visitor-country-by-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

