|
|
 |
RE: FN-FORUM Server Variables or HTTP Header Variables
date posted 27th January 2003 21:02
Hi Mark
http://ultradev.buzzinet.co.uk/asp/tutorials/server_variables/index.asp
Bascially
LOCAL_ADDR is the local IP address (ie the IP address that the website is
hosted on)
REMOTE_ADDR is the IP address where the request originated from
REMOTE_HOST is the name of the computer from where the request originated
from
You'll always get the first two, but the third you might not get.
HTH
Norman
|
 |
|