문제

I want to know what is the best package to detect country which user is visiting from?

I am using php/mysql..

도움이 되었습니까?

해결책

I think there is not a guaranteed way but there are some options:

다른 팁

You can download the MaxMind GeoLite Country database, and use that to lookup the IP of user to determine their country.

There are paid versions of that database, but I've found the accuracy of the free database more than sufficient.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top