cmd下运行php脚本的方法好多朋友感觉很奇怪,其实就是脚本
其实蛮简单的
我的php安装目录在 d:\php
那么 运行
cmd
>d:
>cd php
要让工作目录指向php.exe的安装文件夹
然后就可以用php指令了
比如 在该文件夹下面新建一个test.php
echo "test";?>
>php test.php
看运行成功了吧。
Atas ialah kandungan terperinci cmd下运行php脚本怎么运行?. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!