How to retrieve isp through php?
Posted
by isp_org
on Stack Overflow
See other posts from Stack Overflow
or by isp_org
Published on 2009-05-13T03:43:44Z
Indexed on
2010/03/18
6:21 UTC
Read the original article
Hit count: 645
How to know who is my ISP provider?
Is it possible to use php to track it?
EDIT:
if i use :
gethostbyaddr($_SERVER['REMOTE_ADDR']);
it returns my ip address, not my host name...
© Stack Overflow or respective owner