Getting location details from IP in PHP

前端 未结 7 1526
傲寒
傲寒 2021-02-03 14:30

Is it possible to get the location details from the users IP Address in PHP.

Any suggestions ??

Thanks

7条回答
  •  情话喂你
    2021-02-03 15:07

    I recently found PHP GeoIPLocation Library

    Its a single PHP file that you need to include in your PHP script. It automatically searches a well-updated database and returns the country details for you.

提交回复
热议问题