xProteuSx Posted November 15, 2011 Share Posted November 15, 2011 I have a need for the execution of a script on a weekly basis. In this instance, I need the PHP script to start executing every Monday at 00:00:01 (very first second of the week). How can I achieve this?? Link to comment https://forums.phpfreaks.com/topic/251176-weekly-event/ Share on other sites More sharing options...
trq Posted November 15, 2011 Share Posted November 15, 2011 You would need to setup your OS's schedular to do so. Linux uses Cron. Link to comment https://forums.phpfreaks.com/topic/251176-weekly-event/#findComment-1288298 Share on other sites More sharing options...
silkfire Posted November 15, 2011 Share Posted November 15, 2011 You need to schedule a CRON job. Are you on a hosted web hotel? Link to comment https://forums.phpfreaks.com/topic/251176-weekly-event/#findComment-1288305 Share on other sites More sharing options...
xProteuSx Posted November 18, 2011 Author Share Posted November 18, 2011 Thanks guys. Now that I know it has something to do with CRON, I'll figure it out. Cheers. Link to comment https://forums.phpfreaks.com/topic/251176-weekly-event/#findComment-1289415 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.