Monthly Archives: October 2005

Locate IP addresses

It’s very easy to log the visitor’s IP address in a web application. In PHP, for example, a simple $_SERVER['REMOTE_ADDR'] returns the desired value. But the IP address alone doesn’t tell us much about the person, sometimes it’s not even … Continue reading

Posted in Archives | Leave a comment