I looked up the manual on php.net for $_SERVER['HTTP_REFERER'] and it explicity says that it is unreliable depending on the browser being used on the client side. Is there a consistent replacement that I can use to redirect websites to the referring link?I looked up the manual on php.net for $_SERVER[