Avatar of blueshaolin
blueshaolin

asked on 

How to get total of queries per day ?

Hi experts, I have a form in a php page to query a table in SQL.
I'd like to know how many times a table is queried in a day.

Maybe it could be in a table like this:

Day | Queries
21-07-08 | 120
22-07-08 | 150
23-07-08 | 110

Thanks for your help.
PHPSQL

Avatar of undefined
Last Comment
blueshaolin

8/22/2022 - Mon