1 FAQ tagged "php server"
Viewing 1-1 of 1 FAQ -- How to determine or retrieve visitor’s IP address using PHP
Q. How do I determine or retrieve visitor’s IP address using PHP server side programming?
A. Use following enviorment variable to get visitor’s IP address:
No Proxy detection
=> REMOTE_ADDR - Remote client IP address
With Proxy detection
=> HTTP_X_FORWARDED_FOR - Get Proxy server IP
PHP getenv() function
=> Use php getenv() function to read the value of the environment. [...]
Viewing 1-1 of 1 FAQ - ( see all popular tags )



Recent Comments
Today ~ 2 Comments
Yesterday ~ 10 Comments
Yesterday ~ 12 Comments
09/03/2008 05:29 pm (2 days ago) ~ 6 Comments
09/03/2008 01:14 pm (2 days ago) ~ 1 Comment