Quote:
Originally Posted by VodkaFish
$url = $_SERVER['HTTP_REFERRER'];
will that work if I just want to dish them back to the page that sent them?
|
I wound up having to use:
$_SERVER['HTTP_REFERER']
as: $_SERVER['HTTP_REFERRER'] wouldn't work
Is it spelt differently in UK-English or something? Any spell check/dictionary I know of spells it referrer (as I was taught and even as programs like DW output it). Luckily, I found out the quirk through Google.