News Feed
Jobs Feed
Sections




News Archive
php|architect:
Geolocation Easier Than It Looks
November 08, 2011 @ 08:03:21

On the php|architect site Jeremy Kendall has a new article looking at geolocation in PHP and how, despite some comments in the past about its difficulty, some more recent tools make it relatively simple.

Have you ever wanted to add location-aware content to your web applications? Would you believe me if I told you it was dead easy, and you could be up and running in about 10 minutes? The first thing you want to do is use someone else's work. Geolocation is a solved problem; there's no need to roll your own. I went searching for free Geolocation APIs and found two I wanted to try: MaxMind's GeoLite API and Quova.

He briefly introduces each data source - GeoLite as a downloadable database and Quova as an API. Sample code is included for using the data from both of these services to find a location based on an IP address. He does include one caveat though - be careful about accuracy, they usually only promise things to be within 25 miles of the spot you're actually looking for.

0 comments voice your opinion now!
gelocation ip geolite quova tutorial pear package


blog comments powered by Disqus

Similar Posts

Robert Peake\'s Blog: Contributing To Pear Article Available Online

codediesel.com: 6 books to master PHP

Madarco's Blog: Build a Facebook application with Zend Framework

Timothy Boronczyk's Blog: Currying in PHP

PHPBuilder.com: The ABC's of PHP - Part 10 - The Final Installment (XML & Regex)


Community Events











Don't see your event here?
Let us know!


code composer series framework community database example functional release tool object testing opinion development interview introduction language podcast zendframework2 conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework