Question:

I'd like to know how to add a view counter for blogs using PHP and MySQL. Any suggestions?

by  |  earlier

0 LIKES UnLike

I'd like to know how to add a view counter for blogs using PHP and MySQL. Any suggestions?

 Tags:

   Report

1 ANSWERS


  1. I use a table in which each time I have a visitor, a new record is created with the timestamp. This works for me because I can not only know how many visitors I've had, but also gather daily, weekly or monthly statistics.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions