该国家的顶级域名是用户来自

时间:2017-05-13 06:31:54

标签: php geolocation geocoding geo

我需要一个php脚本来显示用户Country的tld。 例如,如果用户来自英国,那么我需要输出“英国”,或者如果他是德国人,我需要“de”代表奥地利“at”代表美国“我们”等等。

您可以在wordcreator.org上观看。用户的国家顶级域名应该是“.de”而不是“.de”。在线上是“.yourCountry”,“。com”,“。net”,“。org”等等。

1 个答案:

答案 0 :(得分:1)

哇哇这么容易!

<?php $location = unserialize(file_get_contents('http://www.geoplugin.net/php.gp?ip='.$_SERVER['REMOTE_ADDR'])); print_r($location) ?>

Installationmanual:Here