Hi,
I need to find the referring url. I am running Linux, Apache with php as a CGI version.
Both $HTTP_REFERER $REMOTE_HOST
do not produce any results. Can anyone help me? I need the URL not the IP address.
TIA
Neil
Try using this.
getEnv("HTTP_REFERER")
I don't think you'll get a value unless you link from a diffrent page.