Posted by Du on 10/13/56 11:30
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 =----
[Back to original message]
|