I am using this code to record the refferer page.
$ReferrerAddress = $_SERVER['HTTP_REFERER'];
The problem is that when there isn't a referrer page, it errors. with the following error.
Notice: Undefined index: HTTP_REFERER in
The website is www.pounderpits.com. What I want to happen is when there is an error, I don't want it to post anything. I am fine with it just being a blank value.
Please Advise In a hurry!