php-db | 2004071
Date: 07/09/04
- Next message: Hutchins, Richard: "RE: [PHP-DB] Re: $_SERVER['HTTP_REFERRER']"
- Previous message: webmaster <email protected>: "[PHP-DB] $_SERVER['HTTP_REFERRER']"
- In reply to: webmaster <email protected>: "[PHP-DB] $_SERVER['HTTP_REFERRER']"
- Next in thread: Peter Beckman: "Re: [PHP-DB] Re: $_SERVER['HTTP_REFERRER']"
- Reply: Peter Beckman: "Re: [PHP-DB] Re: $_SERVER['HTTP_REFERRER']"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<webmaster <email protected>> wrote in message
news:20040709174941.A3A16398055 <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
- Next message: Hutchins, Richard: "RE: [PHP-DB] Re: $_SERVER['HTTP_REFERRER']"
- Previous message: webmaster <email protected>: "[PHP-DB] $_SERVER['HTTP_REFERRER']"
- In reply to: webmaster <email protected>: "[PHP-DB] $_SERVER['HTTP_REFERRER']"
- Next in thread: Peter Beckman: "Re: [PHP-DB] Re: $_SERVER['HTTP_REFERRER']"
- Reply: Peter Beckman: "Re: [PHP-DB] Re: $_SERVER['HTTP_REFERRER']"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

