Originally published at
Kyle Boddy. You can comment here or
there.
I recently wrote a mass geolocation script in PHP since Google seems to be taking down all the websites that offer this vital service. Right now it:
- Checks a table for records without lat/long coordinates
- Sends those records' addresses to Google's geolocation API
- Updates your records
( Read more... )