Hi All,
If I run php -v command to know php version on command line,
it shows error like
'php' is not recognized as an internal or external command, operable program or batch file'
what does this error means?
I'm using xampp server on windows
'php' is not internal or external command.....
Moderator: General Moderators
Re: 'php' is not internal or external command.....
You have to enter the whole path of php. In Windows it could look like this:
Code: Select all
c:\php\php -v