PDA

Click to See Complete Forum and Search --> : [RESOLVED] 'php' is not internal or external command.....


rasana
Aug 21st, 2008, 04:41 AM
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

penagate
Aug 21st, 2008, 05:33 AM
The directory in which PHP is installed is not included in your PATH variable. You can add directories to environment variables using the System control panel. (Start | Control Panel | System | Advanced | Environment Variables)

rasana
Aug 21st, 2008, 05:55 AM
Thanks Penagate!!!! solved :)