Limiting user actions by day
Posted: Sat Jun 06, 2009 7:24 am
I want to limit what my users can do within a twenty-four hour period. For example, voting for a particular user can only be done once a day but voting can be done five times a day for other users. Once that five-times a day limit is reached, the user has to wait to vote again. I understand that this can be done with a mySQL table, but what is the best way to set timers on this?