I have attached my own ip addressthrough ip-details.com. Like the same i want to know the visitors ip address. How can i chk that. Need some help?
I have attached my own ip addressthrough ip-details.com. Like the same i want to know the visitors ip address. How can i chk that. Need some help?

in asp.net you can get it from the request:
Code:Request.ServerVariables("REMOTE_ADDR")
Thanks for ur suggestion
use
HttpContext.Current.Request.UserHostAddress
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum