[PHP] The page before for newman.

2002-07-25 Thread Philip J. Newman
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? --- Philip J. Newman. PhilipNZ.com Design Solutions http://www.philipnz.com/ [EMAIL PROTECTED] Mob: +64 (25) 6144012. Tele: +64 (25) 6144012. Personal Site:

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:

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