I did check the manual before posting, I didn't see anything about this. It may well be that the HTTP specification would document it, but trying to read that I'm afraid I think I'm out of my depth.
I know what my script will need to do with $_SERVER[HTTP_REFERER] - it's just if there was a way to set the referer value when redirecting with header(...) it would be useful in this case.
By the way, I don't understand what you intended this code to do? I've probably missed something but I can't see this having any effect at all?
$_SERVER[HTTP_REFERER] = $_SERVER[HTTP_REFERER];
Thanks for your time,
ristuart