Page 1 of 1

if header redirect => refferer=?

Posted: Thu Jan 06, 2005 4:19 am
by potato
Hi,

i want to make a script that sends the visitor to a specific website.
It has tobethat way, i want to send the visitors of my adsense adsto my site first, where they get redirected to the affiliate website.
Now, the affiliate sees the referrer of the visitor, to check ifthe visitor came from my site.
What will he see, google or my site?
Because there is nothing that loadson that page, only direct the redirect, ami not for shure.
Somebody knows it?

Greetings,
tom

Posted: Thu Jan 06, 2005 6:42 am
by feha
if you use for example

Code: Select all

header("Location:http://www.vision.to");
It will pass original referrer ... "google" ...

Posted: Thu Jan 06, 2005 10:35 am
by potato
And does somebody knows how i can do that?
And clean, not a 'wait a few seconds, you get redirected' solution. :)
If it is possible. :?

Posted: Thu Jan 06, 2005 10:46 am
by feyd
read the link: [php_man]header()[/php_man]