doumengmian1180 2014-02-14 09:03
浏览 186
已采纳

使用xampp不会将php识别为内部或外部命令

I am using xampp, so my php folder is in C:\xampp\php\ and I add in my PATH environment variables the C:\xampp\php\ but when I am running on cmd the php command I am getting the following message:

php is not recognized as an internal or external command.

Any idea what I am missing?

  • 写回答

2条回答 默认 最新

  • dtcmadj31951 2014-08-22 03:13
    关注

    When adding an entry to environment variables make sure you leave no spaces between the semicolon and the new path.

    I spent a couple of hours going over my steps until I realized that the only difference between other path entries and mine was a single empty space. So i changed it and tried again at the command window (no need to log off and back on) and it worked!

    I realize this was asked a while ago but since I found myself looking for a solution i figured this might be helpful to other people too.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?