Run a php script as a background process in wamp server

后端 未结 6 1320
无人共我
无人共我 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:39

    1. create a batch file to run your php script using php executable "C:\wamp\php\php.exe C:\wamp\www\index.php"
    2. add this batch file in Scheduled Task in Windows control panel.

提交回复
热议问题