我正在建立一个网站,我想创建一个选项,当注册客户首次登录时,他们必须填写他们的地址,这个地址然后被放入我的谷歌地图和其他地方。因此,当访问者看到我的地图时,他们可以在地理上看到我的所有客户并点击它们。
我正在使用PHP&amp ;;构建我的网站MySQL的。
答案 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