command line locally using wamp

前端 未结 5 1109
南旧
南旧 2020-12-14 04:22

When referring to this post here:

http://net.tutsplus.com/tutorials/javascript-ajax/start-using-html5-websockets-today/

it tells you to run php -q path\\to\\

5条回答
  •  不思量自难忘°
    2020-12-14 05:19

    Not tested, but I would say it is the same...

    There is a "php.exe" in your wamp/php folder...

    Run it through commandline :

    cd mywamp/php
    
    php -q file.php
    

提交回复
热议问题