How do I retrieve the visitor's ISP through PHP?

后端 未结 15 1454
暖寄归人
暖寄归人 2020-12-01 11:17

How do I find out the ISP provider of a person viewing a PHP page?

Is it possible to use PHP to track or reveal it?

If I use something like the following:

15条回答
  •  独厮守ぢ
    2020-12-01 12:08

    This seems to be what you're looking for, it will attempt to return the full hostname if possible:

    http://us3.php.net/gethostbyaddr

提交回复
热议问题