ivy
05-07-2003, 01:30 AM
Hi there
I have a stat counter on my web site (courtesy of www.htmlite.com) and I am trying to add IP address and the visitors host name to the stats. I have added the IP address successfully, using REMOTE_ADDR but I would also like the host name which I believe should be:
="$ENV{'REMOTE_HOST'}";
The idea, is that I get results like this:
(IP ADDRESS) 195.92.194.18
(HOST NAME) webcacheM08b.cache.pol.co.uk
BUT.. The host name is not being picked up by my stat counter, but is being picked up by other stat counters (i.e. another one that I have registered with www.statcounter.com)
What could I possibly be doing wrong?
Help would be really appreciated.
I have a stat counter on my web site (courtesy of www.htmlite.com) and I am trying to add IP address and the visitors host name to the stats. I have added the IP address successfully, using REMOTE_ADDR but I would also like the host name which I believe should be:
="$ENV{'REMOTE_HOST'}";
The idea, is that I get results like this:
(IP ADDRESS) 195.92.194.18
(HOST NAME) webcacheM08b.cache.pol.co.uk
BUT.. The host name is not being picked up by my stat counter, but is being picked up by other stat counters (i.e. another one that I have registered with www.statcounter.com)
What could I possibly be doing wrong?
Help would be really appreciated.