Help me once more and I am done with my error log. The error is:
Undefined index: HTTP_REFERER in /var/www/file.php
============ PHP CODE===============
//get referer log
if (!preg_match("/Mediapartners-Google/", $_SERVER['HTTP_USER_AGENT'])) {
get_logs($_SERVER['HTTP_REFERER'], $_SERVER['REQUEST_URI'], $_SERVER['HTTP_USER_AGENT'], $_SERVER['REMOTE_ADDR']);
}
===================================
TIA.







Bookmarks