Drupal
Using PHP/MySQL w/Drupal to update missing Google Geocode data
We recently needed to fill missing geocode values in a project's database. Using some PHP magic and taking advantage of hook_cron() this is how we...