[thelist] Showing a users IP address

Ben Phillips ben at inchima.com
Fri Jan 25 11:41:00 CST 2002


> ASP
>
> Response.Write Request.ServerVariables("REMOTE_ADDR")
>
> Perl
>
> print $ENV{'REMOTE_ADDR'};

And PHP...

print $REMOTE_ADDR;

<troll>
By far the best scripting language...
</troll>



More information about the thelist mailing list