: Can somebody help me with the correct syntax for displaying a remote ip address on a HTML page using $ENV{'REMOTE_ADDR"}
:
: Any help is greatly appreciated.
: Thank you
:
:
print "Your IP is: $ENV{'REMOTE_ADDR'}\n";
if you are using Perl of course