I have a problem in accessing the php command using command line. I also created a PATH in my environment variables.
The PATH is like this
C:\wamp\bin\php\php5.5.12
Now the console output is this
C:\Users\Web4>php
'php' is not recognized as an internal or external command,
operable program or batch file.
I also restarted the PC and the command console still same effect. I also created a batch for this still same effect too.
SET PATH=%PATH%;C:\wamp\bin\php\php5.5.12
Is there some configuration other than this? I am using wampserver.
php.exeis, i guess is inbindirectory so your path need to be something like thisSET PATH=%PATH%;C:\wamp\bin\php\php5.5.12\bin