ThunderAI Posted September 19, 2008 Share Posted September 19, 2008 I have a PHP script that does some maintenance on the database that I would like to automate and I am curious what is the best way to do this. I can use windows to schdule an IE link, but how would I close the window once the procedure is done? or is there another way? Link to comment https://forums.phpfreaks.com/topic/124989-scheduling-a-php-script-to-run-at-midnight/ Share on other sites More sharing options...
Maq Posted September 19, 2008 Share Posted September 19, 2008 Google, cron job. Link to comment https://forums.phpfreaks.com/topic/124989-scheduling-a-php-script-to-run-at-midnight/#findComment-645816 Share on other sites More sharing options...
The Little Guy Posted September 19, 2008 Share Posted September 19, 2008 What you could do is use windows tasks Tutorial: http://www.iopus.com/guides/winscheduler.htm Link to comment https://forums.phpfreaks.com/topic/124989-scheduling-a-php-script-to-run-at-midnight/#findComment-645822 Share on other sites More sharing options...
discomatt Posted September 19, 2008 Share Posted September 19, 2008 Or use AutoIt to make an automated macro that does it for you ( failing the above solutions ) Link to comment https://forums.phpfreaks.com/topic/124989-scheduling-a-php-script-to-run-at-midnight/#findComment-645831 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.