Is this possible, if so, how is it done?
The function (which I've already made) is to grab the document.referrer variable and pass it to a php page via query string.
Passing via query string seems to be the simplest, most troublefree method of getting HTTP_REFERER to my php script.
Thanks in advance.
The function (which I've already made) is to grab the document.referrer variable and pass it to a php page via query string.
Passing via query string seems to be the simplest, most troublefree method of getting HTTP_REFERER to my php script.
Thanks in advance.