PHP 地理定位 API

发布于 2024-10-08 09:13:06 字数 177 浏览 2 评论 0原文

我需要根据用户位置在页面中显示特定内容。 我的应用程序将类似于 http://www.yelp.com/。我想在首页显示用户所在城市的业务。 (通过检查它的 IP 地址)。

有人知道有什么好的 PHP 地理定位 api 吗?

I need to show specific content in my page depending of user location.
My application will be similar to http://www.yelp.com/. I want at the homepage to show the business from the city where the user is located. (by checking it´s ip address).

Does anybody know any good PHP geolication api?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

離人涙 2024-10-15 09:13:06

Geo IP PECL 包和 Net_GeoIP PEAR 包都提供了 maxmind 位置数据库的接口,这是一个免费的 API,可以根据 IP 获取国家(和一些城市)级别的详细信息。我相信他们有一个系统,您可以付费获得更多详细信息。

The Geo IP PECL package and Net_GeoIP PEAR package both provide an interface to the maxmind location database, which is a free API to get you country (and some city) level details based upon IP. I believe they have a system where you can pay to get more detail.

心如荒岛 2024-10-15 09:13:06

http://www.maxmind.com/app/php

MaxMind 提供商业和免费数据库与该 API 一起使用。

http://www.maxmind.com/app/php

MaxMind offers both commercial and free databases to use with that API.

故事↓在人 2024-10-15 09:13:06

我以前用过 GeoIp,我记得它是免费的,但你可以购买非免费版本。我不知道这是否是一个要求。
它基本上将 IP 转换为国家/地区代码。

I have used GeoIp before, as I rembember, its free, but you can purchase a non-free version. I don't know if that's a requirement.
It basically translates an IP to the country code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文