Entries Categorized as 'php'

Automatically Switch Your Google Maps API Key To The Correct Environment Using PHP

Date June 26, 2007

The Google Maps API requires a unique key for each domain where maps will be rendered. This means the key you generate for your production environment won’t work on dev or qa (assuming your dev and qa environments are not served from within your production root).
I typically do my dev work locally, push changes to […]