...in php/mysql? Hi,
I would like to track how many people vote for something per day, I am storing each vote individually (to monitor IP address, etc), in datetime format in MySQL.
My problem is I want to pull out number of votes that happened each day for the last 30 days, I have no idea...