Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

php get user country

New Here ,
Jun 17, 2010 Jun 17, 2010

Copy link to clipboard

Copied

Hi, I'm on multi language website and I need to set the language session by the user country.

It is possible ?

TOPICS
Server side applications

Views

2.3K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Jun 22, 2010 Jun 22, 2010

You can use GeoIP PECL extension of PHP:

http://jp2.php.net/geoip

It uses MaxMind's free GeoLite database which is over 99% accurate:

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

Votes

Translate
Guest
Jun 17, 2010 Jun 17, 2010

Copy link to clipboard

Copied

Do a Google on IP addresses. You will find references to databases that will translate IP addresses into locations, city/country/latitude/longitude/postal code/area code. Some are free, others charge a fee. Accuracy is variable, with the more you pay the better the results. Some rates varied with the number of lookups/month.

At least one database offers tables that can be downloaded for free and then uploaded into your own database. Remember, though, you will be dealing with tables that contain roughly 4 million records. Not to mention the need to check of updates regularly for newly defined IP block assignments.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 22, 2010 Jun 22, 2010

Copy link to clipboard

Copied

You can use GeoIP PECL extension of PHP:

http://jp2.php.net/geoip

It uses MaxMind's free GeoLite database which is over 99% accurate:

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 25, 2010 Jun 25, 2010

Copy link to clipboard

Copied

LATEST

Thankyou very much !!!

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines