php如何根据邮政编码显示好友?
我有一个包含一些姓名、地址、邮政编码等的数据库,
我正在寻找一种显示接近邮政编码的姓名的方法。
比如根据我的邮政编码向我附近的人展示
我正在寻找一个脚本想法...
我知道谷歌有一些东西,但它在 50.000 个条目后收费,
谢谢
i have a database with some names and addresses, zip codes, etc
i am looking for a way to display names close to a zipcode.
something like based on my zip code to show the people with in my proximity
i am looking for an script idea...
i know google has something but it charges after 50.000 entries
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是具体操作方法。
此处下载带有纬度/经度的邮政编码数据库。
在 mysql 中执行查询以使用户接近 x 英里。
幸运的是,有人已经编写了一个库来完成这一切你。
Here is how you do it.
Download the zipcode database with latitutde/longitude here.
Do a query in mysql to get users close to x miles.
Luckily, someone has already written a library to do all this for you.