【发布时间】:2015-09-26 06:48:45
【问题描述】:
当我使用php 运行命令时出现以下错误
C:\xampp\htdocs>php
'php' is not recognized as an internal or external command,
operable program or batch file.
当我在以下路径中使用php 运行命令时,我没有收到任何错误:
C:\xampp\php>php //do not got error here
为什么会出现这个错误?
'php' 不是内部或外部命令、可运行程序或批处理文件。
【问题讨论】: