> > Is there a way in PHP to get the referring url when a link is click
> > to get to that page?
> $HTTP_REFERER
> getenv('HTTP_REFERER')

Note that this isn't supported on all browsers and can be turned
off or faked/munged.

Chris

Reply via email to