Run a line of PHP code from user defined start time to end time without using CRON jobs
问题 I have a line of code that needs to be executed from an user-defined start time to an user defined end time. The problem is that a normal loop from start to end doesn't work because PHP gives me an error of "Execution Time Limit Exceeded". How do I get this done without using CRON jobs? (I need to run my server on a Windows PC) 回答1: Windows or not it's not excuse. Any platform features tools to let you do scheduled tasks. So does Windows. Here is tutorial about setting up Scheduled Tasks on