Forum Moderators: open
Something like (if todayisthefirst) { run whatever sql you need to to reset ; }
Although, why don't you want to do it via cron? It seems a simpler process. Plus, you wouldn't have to run code for it every time someone visits your page. Plus, what happens if nobody visits you on the first?