in reply to Referal Page
Check the HTTP_REFERER environment variable. Yes, it's mis-spelled, but we make do. :)
If you're using mod_perl, use
where $r is an Apache::Request object.$r->header_in('Referer')
Keep in mind that the refer(r)er variable isn't always set extremely reliably by browsers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Referal Page
by takshaka (Friar) on May 06, 2000 at 17:09 UTC |