Posted by Defacta on 10/02/07 13:33
Hiya !
Does anyone know a good PHP tracker, to know much more than only the
IP address I can get by this way:
$ip = ($_SERVER['HTTP_X_FORWARDED_FOR'])
? $_SERVER['HTTP_X_FORWARDED_FOR']
: $_SERVER['REMOTE_ADDR'];
Thanks,
Vincent.
Navigation:
[Reply to this message]
|