Possible Duplicate:
PHP: running scheduled jobs (cron jobs)
How can I make my PHP script run at a certain time everyday?
I basically need a way to run a script that's going to check if someone has attended an event and at 12am, add the event to a user's events table. I can get that part no problem. I just need it to run every day at the end of the day or first thing in the morning (12am). It's going to be a php script. How can I make this run everyday at 12am?