I have a site that contains links in a mysql database and uses php to produce the table of links, when someone clicks the link it jumps to a redirect page and updates the table to show that link (as a counter). (Basically a pay per click site)
Everything works fine "however" I've been checking stats for one of the sites I redirect to and my issuing site is not shown as a referrer therefore the people Im charging for the links arent seeing that Im sending people their way.
Is it that by using
It doesnt see the original site as a referrer? If so, then any ideas how to get round this?
*suddenly watching my dreams of beaches and Ferrari's drifting away!
Everything works fine "however" I've been checking stats for one of the sites I redirect to and my issuing site is not shown as a referrer therefore the people Im charging for the links arent seeing that Im sending people their way.
Is it that by using
Code:
echo "<META HTTP-EQUIV=Refresh CONTENT=\"0; URL=$clickd\">";
It doesnt see the original site as a referrer? If so, then any ideas how to get round this?
*suddenly watching my dreams of beaches and Ferrari's drifting away!