I want to count when someone clicks on a link/banner. I am thinking of something like this drawn from a reply by "leatherback" in a post from 2004.
$count is updated and URL is called which redirects to chosen web site.
<img src="BannerPage.php?image=3" name="Banner by Me">
J.
You can do a similar thing for the clicks: Whenever the banner is clicked, a page on your server is laoded, which increments the correct value in your counter file/database, and then performs a header redirect to the correct page --
Is this an acceptable method by todays standards?
Thanx