Work with google map

hi,

i wana save location that user mark on google map on mysql database,then select this locations from database and show them on google map,?

my issue is how to get lat and lng from marking a location on google map and save it in php variable to save in database,and get values of php variable and show them in map,

That bit is easy with php, you can put the coords into query variables in the url:-

"http://maps.google.co.uk/maps?q=$lat,$lon&z=19"

The z var is the zoom level.

1 Like

thanks and how to get them and store in db???

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.