View Single Post
  #6 (permalink)  
Old 10-29-09, 07:38 PM
BurkeFour BurkeFour is offline
Newbie Coder
 
Join Date: Oct 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by End User View Post
It'll only return one IP, but the user may becoming through a proxy of some sort.
The "HTTP_X_FORWARDED_FOR " header can provide information on a user behind a proxy server, if it is a "transparent" proxy. End-User's code above gives the full possibility of headers to check.

You can check an IP and proxy and pull up geo-location data on the IP addresses using My IP Address.
Reply With Quote