Re: [PHP] Page Referer question

2004-08-12 Thread Curt Zirzow
* Thus wrote Justin Patrin: > On Thu, 12 Aug 2004 13:43:04 -0700, Robby Russell <[EMAIL PROTECTED]> wrote: > > On Thu, 2004-08-12 at 13:34, Jed R. Brubaker wrote: > > > Hello all. I am looking to create script will detect the page from which the > > > user just came so that after they do something

Re: [PHP] Page Referer question

2004-08-12 Thread Robby Russell
On Thu, 2004-08-12 at 13:55, Justin Patrin wrote: > On Thu, 12 Aug 2004 13:43:04 -0700, Robby Russell <[EMAIL PROTECTED]> wrote: > > On Thu, 2004-08-12 at 13:34, Jed R. Brubaker wrote: > > > Hello all. I am looking to create script will detect the page from which the > > > user just came so that af

Re: [PHP] Page Referer question

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 13:43:04 -0700, Robby Russell <[EMAIL PROTECTED]> wrote: > On Thu, 2004-08-12 at 13:34, Jed R. Brubaker wrote: > > Hello all. I am looking to create script will detect the page from which the > > user just came so that after they do something on the current page (login) > > it w

Re: [PHP] Page Referer question

2004-08-12 Thread John Holmes
Jed R. Brubaker wrote: Hello all. I am looking to create script will detect the page from which the user just came so that after they do something on the current page (login) it will send them back to the page they wanted. I was thinking about $_SERVER['HTTP_REFERER'], but php.net says: 'HTTP_REFER

Re: [PHP] Page Referer question

2004-08-12 Thread Robby Russell
On Thu, 2004-08-12 at 13:34, Jed R. Brubaker wrote: > Hello all. I am looking to create script will detect the page from which the > user just came so that after they do something on the current page (login) > it will send them back to the page they wanted. I was thinking about > $_SERVER['HTTP_REF

Re: [PHP] Page Referer question

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 14:34:11 -0600, Jed R. Brubaker <[EMAIL PROTECTED]> wrote: > Hello all. I am looking to create script will detect the page from which the > user just came so that after they do something on the current page (login) > it will send them back to the page they wanted. I was thinking

[PHP] Page Referer question

2004-08-12 Thread Jed R. Brubaker
Hello all. I am looking to create script will detect the page from which the user just came so that after they do something on the current page (login) it will send them back to the page they wanted. I was thinking about $_SERVER['HTTP_REFERER'], but php.net says: 'HTTP_REFERER' The address of th