Ejemplo: cómo usar php en texto sublime 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 :)
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)