It's a Browser and JavaScript issue. You would like to make your site as REFERER site with following line, right? echo "<SCRIPT language=\"javascript\">window.location.href=\"http://$web\";</script>";
As I write previous post, it's all up to browser if it is going to send REFERER or not and it is nothing to do with PHP, so how about ask in JavaScript related list/news? As far as I know, many browser will not send HTTP_REFERER with this or like. There may be the way to do, though. Regards, -- Yasuo Ohgaki ""Rosen"" <[EMAIL PROTECTED]> wrote in message 9c9869$tjh$[EMAIL PROTECTED]">news:9c9869$tjh$[EMAIL PROTECTED]... > The problem is thath: > I don't want to reflect to "REFERRER" on the client's site. > I want the REFERER on the client site to be my site ! > > Tnahks > Rosen marinov > > > ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message > 9c974s$o3n$[EMAIL PROTECTED]">news:9c974s$o3n$[EMAIL PROTECTED]... > > You cannot rely on HTTP_REFERER, it all upto client. > > So I suggest to change code to handle, empty or bogus HTTP_REFERER value. > > > > Regards, > > -- > > Yasuo Ohgaki > > > > > > ""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] > > > > > > -- > 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]