Hi,
here is something I just found, it is called CCount:
» Using PHP Click Counter
Not sure how to use CCount to count click? Here is a sample setup:
1. You want to count how many times the link to Yahoo.com has been clicked from your website. You have the link pointing to
http://www.yahoo.com and this is the HTML code on your website:
<a href="
http://www.yahoo.com">Go to Yahoo!</a>
2. Login into the CCount Admin panel. Open
http://www.yourdomain.com/ccount and enter your admin password.
3. Find the form titled Add a link. In the Link URL: enter the link you want to count clicks on. In this example you would enter
http://www.yahoo.com Optionally you can also choose a name for your link (for example Link to Yahoo from homepage) and the number you want to start counting from (if you want to start counting from 100 enter 100 in the box).
4. Click the Add link button and the link will be added to CCount.
You will be given a link ending with click.php?id=ID where ID is a number, for example:
http://www.yourdomain.com/ccount/click.php?id=1 This is called a tracking link.
5. Now instead of linking directly to the link you are counting clicks on, you need to link to your tracking link instead! In our example instead of linking directly to
http://www.yahoo.com, you must link to
http://www.yourdomain.com/ccount/click.php?id=1 The HTML code you would use for your link is for example
<a href="
http://www.yourdomain.com/ccount/click.php?id=1">Go to Yahoo!</a>
When someone clicks on the tracking link CCount will count click on the link and then redirect your visitor to
http://www.yahoo.comSo, based on this idea, you would need to code something like this and to format your links with tracking link which will be used as counter.
P.S.> Yes, I am from montenegro, but I dotn write montenegrian here, as nobody understands it

cheers