Click to See Complete Forum and Search --> : Ip Address


SniperX
06-04-2003, 06:26 AM
SORRY To be asking stupid questions again - but
IS there a way to get the users ip address and diplay it on the page.

Regards and Thanks in Advance

MW

cmelnick
06-04-2003, 10:42 AM
See my post to your user name question, except use $cgi->remote_addr for their ip, or $cgi->remote_host for the host name.

SniperX
06-05-2003, 12:59 AM
Thanks CMelnick for reply to both posts...

Regards