darkywarkey Posted February 3, 2009 Share Posted February 3, 2009 Is there a way to create a script which runs on a certain time increment? i.e. without user input required. ??? ??? Or how else would one achieve something like this properly? ??? I want to use it to pull database stats and email them periodically, and a few other things such as queuing emails instead of sending instantly. Thanks... Quote Link to comment https://forums.phpfreaks.com/topic/143699-solved-periodic-script-possible/ Share on other sites More sharing options...
premiso Posted February 3, 2009 Share Posted February 3, 2009 CRON on UNIX or Schedule Tasks on Windows are what you want. Quote Link to comment https://forums.phpfreaks.com/topic/143699-solved-periodic-script-possible/#findComment-753967 Share on other sites More sharing options...
darkywarkey Posted February 4, 2009 Author Share Posted February 4, 2009 CRON on UNIX or Schedule Tasks on Windows are what you want. Ahh, yep that's what I was looking for. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/143699-solved-periodic-script-possible/#findComment-754001 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.