Having a script run at certain times a day

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
SashaSlutsker
Forum Newbie
Posts: 18
Joined: Sat Mar 20, 2004 11:24 am

Having a script run at certain times a day

Post by SashaSlutsker »

I need to run a script at a certain time each day. (Let's say midnight for simplicity.) My host has PHP, MySQL, and all that good stuff. Anyway, how would I be able to run this script on a schedule like that?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

[google]cron[/google]
Post Reply