I have an on-line dictionary.
All inputs are saved in table "id-word-unixtime"
Now I want to make statistics of how many words were searched in an day, and then make graph or table with that data.
What is a best way to archive this?
Should i make another table for dates or write php script?
I just need basic direction.