Hi
Im using Win 10 Sublime Text3 and created PHP sublime-build with the following init.
{ “cmd”: [“C:/xampp/php/php.exe”, “$file”],
“file_regex”: “*”, “selector”: “source.php”}
The problem I have is, whenever I save a file I get a pop up window error msg.
the command “php” is either misspelled or could not be found. (Path?)
Can someone give me a hint
Thanks
muffti