php3-list | 199901
Date: 01/31/99
- Next message: Hans Westerbeek: "[PHP3] strange problem with rand()"
- Previous message: Sascha Schumann: "Re: [PHP3] HTTP referer"
- In reply to: Sascha Schumann: "Re: [PHP3] HTTP referer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sascha Schumann writes:
> On Sun, Jan 31, 1999 at 03:15:38PM -0800, Pan Hong wrote:
> > Hi,
> >
> >
> > Is there a way to get the HTTP referer in PHP? So far I only found how
> > to get the romote IP and port.
>
> getenv("HTTP_REFERER");
Even better:
$HTTP_REFERER;
<evil grin>
Torben
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Hans Westerbeek: "[PHP3] strange problem with rand()"
- Previous message: Sascha Schumann: "Re: [PHP3] HTTP referer"
- In reply to: Sascha Schumann: "Re: [PHP3] HTTP referer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

