Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the user's country without requesting it to other web services?

Tags:

php

I have to develop a service similar ( but different ) to these:

whatismyipaddress.com

iplocation.net

So, how can I get the country of the users by using their ip address and without using external web services ?

like image 375
xRobot Avatar asked Dec 05 '25 09:12

xRobot


1 Answers

Try Geo IP Location . It uses offline database. But it won't be 100% accurate.

like image 91
Harikrishnan Avatar answered Dec 06 '25 22:12

Harikrishnan