Run a php script as a background process in wamp server

后端 未结 6 1319
无人共我
无人共我 2020-12-08 18:14

I have two php scripts that need to be run as continuous back ground processes in WAMP server.

Wamp server is installed in window 7 PC. These scripts are already res

6条回答
  •  無奈伤痛
    2020-12-08 18:34

    Between this: http://php.net/manual/en/install.windows.commandline.php, and using the "at" utility, you ought to be able to get it working.

提交回复
热议问题