Re: [PHP] Referer Is Empty

2002-03-07 Thread Bogdan Stancescu
Javascript, if that's acceptable for the environment you're working in... Bogdan Steven Walker wrote: > Hello, > > I'm having trouble getting the referring url. I have tried: > $HTTP_REFERER > getenv(HTTP_REFERER); > $_SERVER[HTTP_REFERER]; > ... but they are all blank. > > The refe

[PHP] Referer Is Empty

2002-03-07 Thread Steven Walker
Hello, I'm having trouble getting the referring url. I have tried: $HTTP_REFERER getenv(HTTP_REFERER); $_SERVER[HTTP_REFERER]; ... but they are all blank. The referring page has a meta http-equiv=Refresh header. If the user waits for the page to automatically redirect, t