Re: [PHP] The page before for newman.

2002-07-25 Thread Justin French
$_GLOBAL['HTTP_REFERER'] Which I found myself by going to the manual, looking at the variables section, looking under predefined variables, and having a bit of a dig around :) Be warned, HTTP_REFERER does NOT have to be set by the browser, so you shouldn't rely on it AT ALL for mission critical

Re: [PHP] The page before for newman.

2002-07-25 Thread Miguel Cruz
On Thu, 25 Jul 2002, Philip J. Newman wrote: > I'm looking for the global veriable that lists the page before the page > that i just came from. Anyone know what i'm talking about? $_SERVER['HTTP_REFERER'] miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://