Forum Moderators: coopster
Any reason why this would happen? Could it because there is no referrer? The code I use to get this is:
$query = "insert into statistics
(page, time, referrer, browser, ip, timeStamp) values
('$_SERVER[REQUEST_URI]', now(), '$_SERVER[HTTP_REFERER]', '$_SERVER[HTTP_USER_AGENT]', '$_SERVER[REMOTE_ADDR]', now() )";
$result = mysql_query($query);