Date: 10/15/01
- Next message: _lallous: "[PHP] Re: This is my second work :)"
- Previous message: _lallous: "Re: [PHP]Only 1 Query Result...help."
- In reply to: Sebastian Hardung: "[PHP] Referer URL..."
- Next in thread: _lallous: "[PHP] Re: Referer URL..."
- Reply: _lallous: "[PHP] Re: Referer URL..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
try the JavaScript redirection:
<body onload='location = "b.php"'>
</body>
"Sebastian Hardung" <Hardung <email protected>> wrote in message
news:20011015055013.17378.qmail <email protected>
>
> Hi there,
> ive got a problem ( surprise surprise )
>
> I have a Website (a) and a php site (b) the Problem is :
> I want to set an automatic redirect on site (a) and want to get the
referer
> URL on site (b).
> If the connection between a and b would be a normal Link, i could get it
> wirh $HTTP_REFERER, but the variable stays empty with a http redirect like
:
> <meta http-equiv="Refresh" content="0; url=b.php">
> Anyone got a solution ?
>
> Sebastian Hardung
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: _lallous: "[PHP] Re: This is my second work :)"
- Previous message: _lallous: "Re: [PHP]Only 1 Query Result...help."
- In reply to: Sebastian Hardung: "[PHP] Referer URL..."
- Next in thread: _lallous: "[PHP] Re: Referer URL..."
- Reply: _lallous: "[PHP] Re: Referer URL..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

