Run Cron Job on PHP Script, on localhost in Windows

前端 未结 4 1210
情书的邮戳
情书的邮戳 2020-11-29 00:32

I have a php script and want to run it on an schedule. I am using local web server on windows (WAMP server) and need a way to run my_script.php every 10

4条回答
  •  遥遥无期
    2020-11-29 01:20

    To setup a Windows machine to run cron.php at a specific time follow the specific instructions below. This can be useful if you are not familiar with Linux/Unix, or if your web host does not offer the ability to run cron jobs; you can run them remotely from your own computer.

    Note: These instructions were written for Windows XP but should be similar in other versions of Windows.

    https://www.drupal.org/node/31506

提交回复
热议问题