Is it possible to get the location details from the users IP Address in PHP.
Any suggestions ??
Thanks
|
Is it possible to get the location details from the users IP Address in PHP. Any suggestions ?? Thanks |
||||
|
|
Output:
|
|||
|
|
|
You need to use some kine of Geo IP Service One free service i found on google: geoplugin. They php snipplets to use their service: geoplugin/php |
|||
|
|
|
You can take a look to the maxmind database, and the GeoIP PECL extension. In my case :
Note there should also be some PEAR package (
And you'll get this kind of output :
Which, in my case, is true : I am indeed in the city of Lyon, FR. |
|||
|
|
|
Check out the PEAR GeoIP library. |
|||||
|
|