I’m trying to display a google map on a webpage. The address that the map displays is dynamic. I’m getting the address from a database. Is there anyway to use this address and display it on a webpage?
I followed this tutorial with no luck: http://www.thetutorialblog.com/php/php-class-for-google-maps-api/
If anyone has any other links or suggestions i’d appreciate it.
Here’s a SO post that does the geocoding on the client. The only thing your php would have to do is provide the address string.