Feb 15, 2005 #1 mirfan Programmer Joined Feb 4, 2005 Messages 13 Location PK hi $_SERVER['HTTP_X_FORWARDED_FOR'] i'm using this server variable to get ip... its working in few countries but not in others...like france, england.. any suggestion... actually i want to get the ip address of user. thanks
hi $_SERVER['HTTP_X_FORWARDED_FOR'] i'm using this server variable to get ip... its working in few countries but not in others...like france, england.. any suggestion... actually i want to get the ip address of user. thanks
Feb 15, 2005 #2 sleipnir214 Programmer Joined May 6, 2002 Messages 15,350 Location US The HTTP_X_FORWARDED_FOR header is generated by proxy servers. Some proxy servers are configured to not provide this information. If the proxy server does not supply this information, there is no way for you to get it. Want the best answers? Ask the best questions! TANSTAAFL!! Upvote 0 Downvote
The HTTP_X_FORWARDED_FOR header is generated by proxy servers. Some proxy servers are configured to not provide this information. If the proxy server does not supply this information, there is no way for you to get it. Want the best answers? Ask the best questions! TANSTAAFL!!