如何设置谷歌地图链接,所以点击后会转到个人用户地址? 每个用户地址都存储在我的数据库中。
答案 0 :(得分:0)
我认为我已经在之前的项目中完成了这个... 不确定它是否有效,但这是我的片段:
<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=<?php echo $UserAddress; ?>&output=embed"></iframe>