I can get the IP address of a visitor on my site by
$_SERVER['REMOTE_ADDR'];
how do I get the corresponding URL. If the user is on Comcast, the URL
(host name) may look like:
d-20-19-24-30.hsd3.la.comc ast.net
That's the value I'm after.
Thanks,
Brett
$_SERVER['REMOTE_ADDR'];
how do I get the corresponding URL. If the user is on Comcast, the URL
(host name) may look like:
d-20-19-24-30.hsd3.la.comc ast.net
That's the value I'm after.
Thanks,
Brett
Comment