Web Site Hit Counter
Friday April 14, 2006
Many personal websites and even some business websites like to keep a visible running total of how many people have visited their site. When this number is displayed on the site, it is called a hit counter. We can create a web page hit counter by storing the number of hits in MySQL, and updating it ever time the page is accessed using PHP. We then display the new number on the site.


No comments yet. Leave a Comment