Last active
December 6, 2016 02:16
-
-
Save ilhamarrouf/b7e6314836b86c34f24e318ae9a58135 to your computer and use it in GitHub Desktop.
Basic Syntax PHP
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
| <?php | |
| echo 'Contoh 1'; | |
| ?> | |
| <?php echo 'Contoh 2 - tanpa semicolon dan langsung di tutup dengan tag php' ?> | |
| <?php echo 'Contoh 3'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment