Archive for May, 2007

How to Get IP Address of Visitor

May 15, 2007 (posted by Anish Blon)

This is a simple PHP tutorials and script for getting remote visitors with their IP Address. With this tracking your visitor is very easy and simple with PHP. PHP has a set of global variables. Among them, we use $_SERVER variable to get an IP address of a remote computer. REMOTE_ADDR is the constant that [...]