[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying IP address?



Mike! wrote:
> 
> >> >> I have seen both cgi scripts and java apps. that display the users ip
> > <SNIP>

 To add fuel Server Side Includes

<HTML>
<HEAD></HEAD>
<BODY>
Your IP address 
<!--#echo var="REMOTE_ADDR"--><BR>
</BODY>
</HTML>

yields

Your IP address 206.105.203.199
OR WHATEVER

http://xtc.net/~wwwguy/who.html

Dale