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
if header redirect => refferer=?
Moderator: General Moderators
if you use for example
It will pass original referrer ... "google" ...
Code: Select all
header("Location:http://www.vision.to");