How do I get the IP/ DNS adress of every visitor to my site and also record the counts. Best would if everything will be timestamped to a log file.
I also see in mail programs like hotmail, the sender IP address is listed. Now lets say I set up mailing from my PHP page (not done that yet), how do I set it up so that, the IP and DNS appears with the mail to the target person even if the person has logged on through other computers, is it possible to list the entire route ???
I know just about this for now,
$_SERVER['REMOTE_ADDR']
but thats it.
Thanks.
I also see in mail programs like hotmail, the sender IP address is listed. Now lets say I set up mailing from my PHP page (not done that yet), how do I set it up so that, the IP and DNS appears with the mail to the target person even if the person has logged on through other computers, is it possible to list the entire route ???
I know just about this for now,
$_SERVER['REMOTE_ADDR']
but thats it.
Thanks.