<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 12:17:34 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[The OC Food Review Blog: Make your own geovisitor]]></title>
      <guid>http://www.phpdeveloper.org/news/5817</guid>
      <link>http://www.phpdeveloper.org/news/5817</link>
      <description><![CDATA[<p>
The OC Food Review Blog has <a href="http://blog.ocfoodreview.com/2006/07/17/geovisitor/">yet another</a> cool little article (by <i>Tawin Kiethanom</i>) - this time, it's a look at creating a "<a href="http://www.usaflightinsurance.com/geovisitor">geovisitor</a>", a bit of tracking code/HTML that allows you to get the most info from your visitors.
</p>
<blockquote>
The website uses an free external website called <a href="http://www.hostip.info/">hostip.info</a> to extract the location from the incoming ip address. The HTML code creates a small hyperlink image which directs the user to the main Geovisitor page displaying their geolocated hits on a google map. Now I know this isn't an amazingly unique idea but I must admit it hasn't be done with this kind of style before.
</blockquote>
<p>
He <a href="http://blog.ocfoodreview.com/2006/07/17/geovisitor/">walks through the steps</a>:
<ul>
<li>parsing out the XML from the result call to hostip.info 
<li>setting up a database to record the information
<li>displaying an image on the same page with a RewriteRule
<li>integrating the information into a Google Map (via the API)
</ul>
<p>
Sounds simple, right? Well, have no fear - there's <a href="http://blog.ocfoodreview.com/2006/07/17/geovisitor/">plenty of explaination</a> the whole way through, so you won't be at a loss.
</p>
</p>]]></description>
      <pubDate>Tue, 18 Jul 2006 06:22:53 -0500</pubDate>
    </item>
  </channel>
</rss>
