Tag Archives: remote_addr
Gaining access to a visitor’s IP Address in PHP

Gaining access to a visitor’s IP Address in PHP

PHP’s HTTP_X_FORWARDED_FOR and REMOTE_ADDR server variables store the IP Addresses of a visitor’s connection and any proxy server it was forwarded through.

Read full storyComments { 3 }