Last active
December 7, 2016 02:34
-
-
Save ilhamarrouf/1daca6e068c936248f311f7d7ca5972a to your computer and use it in GitHub Desktop.
Variable 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 | |
| $nilai = 95; // $nilai disebut variabel, 95 disebut value | |
| echo "$nilai"; | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment