Created
June 8, 2014 07:19
-
-
Save sayasuhendra/499488e1acdcc23f0e62 to your computer and use it in GitHub Desktop.
Tips: Cara Menjalankan PHP file di Sublime Text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tips: Cara Menjalankan PHP file di Sublime Text | |
1. Buat Build System Baru Tools-Build System-New Build System | |
2. Beri nama PHP | |
3. isi dengan ini | |
{ | |
"cmd": ["php", "$file_name"] | |
} | |
4. buka file yang ingin di run Klik ctrl-B. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment