On http://lyricslist.com I link to another website with <a href=''>. They read $HTTP_REFERER and give me one point for each click. So far so good.
I want to know how many people are clicking on the link. So I created a goto.php file, that records the click and send the visitor on her way with a redirect:
Code: Select all
$url=" http://song-lirics.com "; // $url is set before header()
header("Location: $url");I tried this in FireFox 1.0.6 and in Opera 8. Please, if anyone could shed any light on the subject, I would appreciate it. Thanks!
Dotan Cohen
http://IE-only.com