Got an error which I can seem to figure out.
Quote
Notice: Undefined index: HTTP_REFERER in C:\wamp\www\football\includes\functions\whos_online.php on line 112
of which line is:
tep_db_query("insert into " . TABLE_WHOS_ONLINE . " (customer_id, full_name, session_id, ip_address, hostname, time_entry, time_last_click, last_page_url, http_referer, user_agent) values ('" . (int)$wo_customer_id . "', '" . tep_db_input($wo_full_name) . "', '" . tep_db_input($wo_session_id) . "', '" . tep_db_input($wo_ip_address) . "', '" . tep_db_input($wo_hostname) . "', '" . tep_db_input($current_time) . "', '" . tep_db_input($current_time) . "', '" . tep_db_input($wo_last_page_url) . "', '" . tep_db_input($_SERVER['HTTP_REFERER']) . "', '" . tep_db_input($user_agent) . "')");
I have added the index to the table in phpmyadmin but still the error remains but only until I refresh the page and then it goes away.
Any ideas guys?
Thanks
Mark









