PyraX Posted April 16, 2008 Share Posted April 16, 2008 Hi Guys, I need a script that triggers at a certain time on the same day each month (ie. 12th) and also weely (ie. every 7 days/thursday). There will be a cron job checking it minutely. Once triggered it adds an entry into a seperate database then matches up against it to prevent dupes and misses. Thanks in Advance, PyraX Link to comment https://forums.phpfreaks.com/topic/101320-recurring-monthly-dates/ Share on other sites More sharing options...
AP81 Posted April 16, 2008 Share Posted April 16, 2008 If it is a Linux machine you can: 1. configure a cron task (Google: Linux cron task) 2. Your cron task can then run the PHP file. Link to comment https://forums.phpfreaks.com/topic/101320-recurring-monthly-dates/#findComment-518252 Share on other sites More sharing options...
PyraX Posted April 16, 2008 Author Share Posted April 16, 2008 Thanks AP81 but I need to know what the PHP file script is Link to comment https://forums.phpfreaks.com/topic/101320-recurring-monthly-dates/#findComment-518255 Share on other sites More sharing options...
PyraX Posted April 16, 2008 Author Share Posted April 16, 2008 Does anyone have like a monthly calendar script? Link to comment https://forums.phpfreaks.com/topic/101320-recurring-monthly-dates/#findComment-518963 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.