Skip to main content
Participant
June 22, 2010
Answered

MySQL database record hits counter?

  • June 22, 2010
  • 1 reply
  • 1043 views

Can I find out how many times a record from the MySQL databse was called and displayed on a web browser?

Basically a MySQL database record hits counter. I’m using PHP/MySQL.

This topic has been closed for replies.
Correct answer jeremyluby

If you store the data about how many times a record is viewed then yes you can see it.

1 reply

jeremylubyCorrect answer
Participating Frequently
June 22, 2010

If you store the data about how many times a record is viewed then yes you can see it.

nreprosAuthor
Participant
June 22, 2010

--> If you store the data about how many times a record is viewed then yes you can see it.

How is the data stored?

Participating Frequently
June 22, 2010

You need to include an update recordset that gets executed everytime another recordset that you want to count fires.