Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying Users IP Address

Status
Not open for further replies.

dunskii

Programmer
Joined
Sep 14, 2001
Messages
107
Location
AU
Hi all,

Just wondering how you display the users IP address on a page.

Thanks

Dunskii
 
You can use this line to find out the ip address of the user:

<cfoutput>
#http_REMOTE_ADDR#
</CFOUTPUT>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top