> > 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
- [PHP] referring url Joseph Bannon
- Re: [PHP] referring url Alexander Wagner
- Boget, Chris