Jan 31, 2002 #1 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
Feb 1, 2002 #2 Sarky78 Programmer Joined Oct 19, 2000 Messages 878 Location GB You can use this line to find out the ip address of the user: <cfoutput> #http_REMOTE_ADDR# </CFOUTPUT> Upvote 0 Downvote
You can use this line to find out the ip address of the user: <cfoutput> #http_REMOTE_ADDR# </CFOUTPUT>