GeekArticles
PHP Scripts
Click TrackingPHP click counter
Author: phpjunkyard.com |
Published: 25th Feb 2006 |
Visited: 544 times |
Add CommentFiled in: Click TrackingPHP click counter
Ccount is a PHP click counter. With its help you can count clicks on any link on your website. A great tool if you want to know how many times a link has been clicked, a file downloaded and similar. You can also hide your affiliate links with PHP click counter. As long as it's a link - Ccount can count clicks on it! Ccount uses flat-text database so no SQL databases are necessary. I have also developed an admin panel, where you can view link statistics: how many times a link has been clicked (both numerical and graphical display of stats), link with most clicks and average clicks per link. You can also easily add, reset or remove links in the admin panel.
Read Article Sponsored Links
Related Articles
• Google Analytics ASP.NET Grid Counter If you need to enumerate the items within a GridView, ListView or any data-bound ASP.NET control the Google Analytics ASP.NET Grid Counter can help you to make it e ...
• Creating a TextBox Word / Character Counter Control
When storing user-supplied text data into a database, it is essential that the length of the user's input does not exceed
the size of the corresponding database table field. For example, imagine that you have defined a table with a field named
Comments of type varchar(50). In a web page, the u ...