How to redirect with referrer?
Is there a way I can redirect a page with referrer attached with the header?
I tried this, and it always return nothing as referrer value
header ('Location: ' . $url);
I also tried this
header ('Location: ' . $url . "\r\nReferer:
http://www.referer.com");
Can some give me the raw http header equivalent of header ('Location: ...")?
I like to use fsockopen to redirect
Thanks
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
.
Relevant Pages
- Re: sessions and redirecting in opera
... All the more reason why a header redirect should be ... Opera get's the redirect, but still has the page with the same ... exit(); // exit doesn't really make a difference for Opera ... (comp.lang.php) - Re: cant redirect to Excel
... I want to do is redirect to Excel in the case of the External user. ... Cannot modify header information - headers already sent by ... I think it is because it has to get the output first from the string ... (comp.lang.php) - Re: sessions and redirecting in opera
... All the more reason why a header redirect should be accompanied by ... Opera get's the redirect, but still has the page with the same ... exit(); // exit doesn't really make a difference for Opera ... (comp.lang.php) - Re: sessions and redirecting in opera
... Or could it perhaps be that Opera indeed thinks that it ... that redirected to the login page in the first place. ... All the more reason why a header redirect should be accompanied by ... (comp.lang.php) - Re: [PHP] Any way to use header() or another function to force user to "top level"
... to is loading within the <div> tags and at the top level of the ... causing the browser to load /some_url as if accessed directly. ... Once I make the call to header(), I no longer care about any state ... header/location redirect method. ... (php.general) |
|