<?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: Implementing Free Geolocation with PHP Using Maxmind&#8217;s GeoLite Country</title>
	<atom:link href="http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/</link>
	<description>yet another undecorated wordpress blog about web development</description>
	<lastBuildDate>Tue, 06 Apr 2010 06:07:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Hamelink</title>
		<link>http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/comment-page-1/#comment-870</link>
		<dc:creator>John Hamelink</dc:creator>
		<pubDate>Sun, 08 Nov 2009 15:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/#comment-870</guid>
		<description>Geoplugin is the way to go in my opinion. This function brings you pretty much everything you could need:

function geolocate($ip){
    return unserialize(file_get_contents(&#039;http://www.geoplugin.net/php.gp?ip=&#039;.$_SERVER[&#039;REMOTE_ADDR&#039;]));
}</description>
		<content:encoded><![CDATA[<p>Geoplugin is the way to go in my opinion. This function brings you pretty much everything you could need:</p>
<p>function geolocate($ip){<br />
    return unserialize(file_get_contents(&#8216;http://www.geoplugin.net/php.gp?ip=&#8217;.$_SERVER['REMOTE_ADDR']));<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoplugin</title>
		<link>http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/comment-page-1/#comment-609</link>
		<dc:creator>geoplugin</dc:creator>
		<pubDate>Sun, 11 Jan 2009 16:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/#comment-609</guid>
		<description>In PHP, Javascript, JSON, or XML, you can use Maxmind&#039;s city database without software installation using geoPlugin&#039;s geolocation webservice

http://www.geoplugin.com/

Not only IP location, but nearby places and currency converter.

See the examples page for detailed coded working examples

http://www.geoplugin.com/examples</description>
		<content:encoded><![CDATA[<p>In PHP, Javascript, JSON, or XML, you can use Maxmind&#8217;s city database without software installation using geoPlugin&#8217;s geolocation webservice</p>
<p><a href="http://www.geoplugin.com/" rel="nofollow">http://www.geoplugin.com/</a></p>
<p>Not only IP location, but nearby places and currency converter.</p>
<p>See the examples page for detailed coded working examples</p>
<p><a href="http://www.geoplugin.com/examples" rel="nofollow">http://www.geoplugin.com/examples</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/comment-page-1/#comment-589</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 06 Nov 2008 07:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/#comment-589</guid>
		<description>You can also use the PHP API from http://www.ip2location.com/php.aspx which is free with IPv6 support.</description>
		<content:encoded><![CDATA[<p>You can also use the PHP API from <a href="http://www.ip2location.com/php.aspx" rel="nofollow">http://www.ip2location.com/php.aspx</a> which is free with IPv6 support.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
