Update specific field at specific time
I have monthly_views field in my table. I want to know how i can update that field if i want to start that field to be updated when new month is started.
e.g if the count for a specific page is 30 at end of the month
then it should start from 0 when new month is started, how it should be done in php with mysql
|