Answers for "how to use php in sublime text 3"

1

how to use php in sublime text 3

In Sublime Text 3, Click Tools on the Menu Bar
Next click New Build System.... at the very bottom
Next enter the following into the file:
{
	"cmd": ["C:/xampp/php/php.exe", "$file"],
    "file_regex": "php$",
    "selector": "source.php"
}
Then go ahead :)
Posted by: Guest on May-17-2021

Code answers related to "how to use php in sublime text 3"

Browse Popular Code Answers by Language