Re: [PHP-DB] Re: $_SERVER['HTTP_REFERRER']

2004-07-09 Thread Peter Beckman
Referer is spelled with one R, not two

On Fri, 9 Jul 2004, Torsten Roehr wrote:

> <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > For some reason I cannot get this to work. I'm trying to use the referrer
> to
> > redirect at the end of a form processing script, but it wont recognize the
> > referrer.
> >
> > I read that it just wont work with some browsers, isps, and/or security
> > settings. If this is the case, does anyone know a work around?
> >
> > Thanks in advance!
> >
> > Jeff
>
> Hi Jeff,
>
> do a print_r($_SERVER) to see which other variables are available. Maybe one
> of them will contain what you're looking for.
>
> Regards, Torsten
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

---
Peter Beckman  Internet Guy
[EMAIL PROTECTED] http://www.purplecow.com/
---

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



RE: [PHP-DB] Re: $_SERVER['HTTP_REFERRER']

2004-07-09 Thread Hutchins, Richard
If you're looking for a workaround, one such method would be to put an
 on the referring form
page and use that value to redirect back when processing is finished.


Rich



> -Original Message-
> From: Torsten Roehr [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 09, 2004 1:52 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Re: $_SERVER['HTTP_REFERRER']
> 
> 
> <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > For some reason I cannot get this to work. I'm trying to 
> use the referrer
> to
> > redirect at the end of a form processing script, but it 
> wont recognize the
> > referrer.
> >
> > I read that it just wont work with some browsers, isps, 
> and/or security
> > settings. If this is the case, does anyone know a work around?
> >
> > Thanks in advance!
> >
> > Jeff
> 
> Hi Jeff,
> 
> do a print_r($_SERVER) to see which other variables are 
> available. Maybe one
> of them will contain what you're looking for.
> 
> Regards, Torsten
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

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