Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Last active December 7, 2016 02:34
Show Gist options
  • Save ilhamarrouf/1daca6e068c936248f311f7d7ca5972a to your computer and use it in GitHub Desktop.
Save ilhamarrouf/1daca6e068c936248f311f7d7ca5972a to your computer and use it in GitHub Desktop.
Variable PHP
<?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