I am following a tutorial about web programming, it recommended to install PhpStorm then opened a CMD and wrote this command to create a web server:
php -S localhost:50
But when I did it (after installing PhpStorm successfully) it gives me this error message:
'php' is not recognized as an internal or external command, operable program or batch file.
I searched for this error and all the solutions say the c:\XAMPP
should be added to system path, but I checked for it and I don't have XAMPP
in my computer.
Should I download and install it? I ask because the tutorial didn't it!