How do I set a certain time to run my php script. for example: at 4:00 am every day, I would like to fire off a script that goes to into my database to collect all the overdue status in my table.
thanks
If you're on a unix box you'll need to look into cron and crontab.
man cron man crontab man 5 crontab
You can do a search and get more detaield info. I believe windwos has Scheduled Tasks or something similar.
Windoze uses 'at' amongst others