PDA

View Full Version : IP Code



SoulReaver
August 12th, 2001, 16:55
Hi everyone,

Can anyone give me the code to display ones ip address. html or java format if possible.

Satelk
August 12th, 2001, 17:19
You can use SSI:


<!--#echo var="REMOTE_ADDR"-->

lucifer
August 12th, 2001, 17:25
echo $REMOTE_ADDR;