lukelee Posted December 3, 2008 Share Posted December 3, 2008 I want to make a form, when people enter an address, and press submit, it auto generate a link to google map with that address. does anyone know how to do this? Link to comment https://forums.phpfreaks.com/topic/135336-how-to-auto-link-to-google-map/ Share on other sites More sharing options...
JNorman Posted December 3, 2008 Share Posted December 3, 2008 After looking at google maps there is a very simple way of achieving this. If you want a text address such as 15 Street Name, Town you can do this; "http://maps.google.com/maps?f=q&hl=en&geocode=&q=15 Your Street, Your Town" If you want a post code just swap the text for the post code. Dont worry about putting the symbols jsut leave it as text. An example of post code is below; "http://maps.google.com/maps?f=q&hl=en&geocode=&q=AB6 3FK" Link to comment https://forums.phpfreaks.com/topic/135336-how-to-auto-link-to-google-map/#findComment-704908 Share on other sites More sharing options...
adam291086 Posted December 3, 2008 Share Posted December 3, 2008 you can also look into Mash ups. There are plenty of turorials out there. Link to comment https://forums.phpfreaks.com/topic/135336-how-to-auto-link-to-google-map/#findComment-704933 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.