I just tried to know version of my PHP from windows command typing,
C:\\> php -v
But it is not working. It says php is not recognized as internal or ex
Easy Method is:
Just copy the file cmd.exe from c:/windows/system32/ and paste it to C:\xampp\php\
and run it,
when the cmd opens type " php -v " without quotes and hit enter...
you will get your php version..
thank you