[PHP] Re: Referer URL... From: _lallous (elias_bachaalany <email protected>)
Date: 10/15/01

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>