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://www.php.net/unsub.php




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 stuff.


Justin French


on 25/07/02 5:27 PM, Philip J. Newman ([EMAIL PROTECTED]) 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?
 
 ---
 Philip J. Newman.
 PhilipNZ.com Design Solutions
 http://www.philipnz.com/
 [EMAIL PROTECTED]
 
 Mob: +64 (25) 6144012.
 Tele: +64 (25) 6144012.
 
 Personal Site:
 Philip J. Newman
 Internet Developer
 http://www.philipsdomain.com/
 [EMAIL PROTECTED]
 
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php