ingvaro Posted December 7, 2006 Share Posted December 7, 2006 Hey all! :)What im looking for is real simple (at least i hope so), its simply a way for me to count how many times a link on my site has been clicked.For example, i have a link to an article, and next to the name of the article in the link, id like to display a number of views. Quote Link to comment Share on other sites More sharing options...
the_oliver Posted December 7, 2006 Share Posted December 7, 2006 There are hundreds of free countes out there, where you simply passed in the code your given, and then can go to the creators site to see stats, or have it display at the bottom.The other way would be to have a database field increment. This could be done by trigering a function or something everytime the page is opened. Also you could have it add and check for the users IP address so as to ensure you only conut a user once, not the same user opening and closing the page 100 times! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.