Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

EasyPHPWebsites.com:
Creating a Website Visitor Map (Ajax, jQuery, Google Maps API)
Jun 22, 2009 @ 18:41:29

Jason Gilmore has posted the first tutorial in a series of tutorial combining PHP and jQuery, a look at creating a web site visitor map.

Have you ever wanted to create a map depicting the geographical origin of recent visitors to your website? In this tutorial I'll show you how to record these locations using the Google Ajax Search API, and then use a combination of PHP, MySQL, Ajax, and the Google Maps API to store these locations and build the map.

The tutorial shows how to use the Google Ajax API to locate the current visitor's spot in the world, store it into a MySQL database and then use a jQuery interface to pull the json-formatted details out of the system for display.

tagged: map tutorial jquery googlemaps

Link:


Trending Topics: