我希望我的客户填写他们的地址和地址,以便在我的Google地图上显示。我该如何处理?

时间:2011-11-22 12:36:38

标签: php javascript google-maps web-applications

我正在建立一个网站,我想创建一个选项,当注册客户首次登录时,他们必须填写他们的地址,这个地址然后被放入我的谷歌地图和其他地方。因此,当访问者看到我的地图时,他们可以在地理上看到我的所有客户并点击它们。

我正在使用PHP&amp ;;构建我的网站MySQL的。

1 个答案:

答案 0 :(得分:2)

登录时:

Has customer logged in before?
 If not:
   Get address from customer
   Geolocate coordinates from address
   Insert coordinates into database

在地图中:

Get all customers' coordinates, if they have been entered
Add each as a marker