How to set the env variable for PHP?

后端 未结 7 2000
梦如初夏
梦如初夏 2020-11-27 18:56

I am using WAMP. I want to use php from the command prompt. What is the entry in PATH env variable for this ?

相关标签:
7条回答
  • 2020-11-27 19:42

    You need to put the directory that has php.exe in you WAMP installation into your PATH. It is usually something like C:\wamp\xampp\php

    0 讨论(0)
提交回复
热议问题