What would I need to put in place of these
my $RemoteHost = $ENV{'REMOTE_ADDR'};
my $Scriptname = $ENV{'SCRIPT_NAME'};
my $Servername = $ENV{'HTTP_HOST'};
if i'm using IIS 5.0
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
What would I need to put in place of these
my $RemoteHost = $ENV{'REMOTE_ADDR'};
my $Scriptname = $ENV{'SCRIPT_NAME'};
my $Servername = $ENV{'HTTP_HOST'};
if i'm using IIS 5.0
Thanks