PHP Tracker
am 02.10.2007 15:33:47 von vincent.margueritHiya !
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.