Generate Google Map from user input

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
huisjames
Forum Newbie
Posts: 5
Joined: Fri Nov 26, 2010 8:48 pm

Generate Google Map from user input

Post by huisjames »

Hi,

How do I generate a Google Map from user registration form? For example, user enters username, password, and address. I want to show the username, address + corresponding map on following confirmation page.

I have already used static API to render the map as an image, but this is hard-coded. I don't know how to pass the address into the address param.

Any help would be much appreciated. Thanks!
Post Reply