Is anybody knows how can I redirect to another page
and the REFERER to another page to be my page ?

Thanks,
Rosen Marinov


""Rosen"" <[EMAIL PROTECTED]> wrote in message
9c912a$had$[EMAIL PROTECTED]">news:9c912a$had$[EMAIL PROTECTED]...
> Hi,
> I have BIG problem using "HTTP_REFERER".
> I have two pages:
>
> main.php:
> <A HREF=test.php target= _blank>Click here</A>
>
> test.php:
> .........somecode
> echo "<SCRIPT
> language=\"javascript\">window.location.href=\"http://$web\";;</script>";
>
> $web - some website.
>
>
> But on the $web site (some site) I can't get the REFERER !!!
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to