Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 7, 2016 02:41
Show Gist options
  • Save ilhamarrouf/01ce76566508df30d49835893ea8893a to your computer and use it in GitHub Desktop.
Save ilhamarrouf/01ce76566508df30d49835893ea8893a to your computer and use it in GitHub Desktop.
Variable PHP
<?php
//Contoh penulisan variabel yang benar
$nama = "panji";
$nilai1 = 80;
$_200ok = "TRUE";
$ANGKA = "8";
//Contoh penulisan variabel yang salah
$2you = "for me";
$data dua = "Tidak Ada";
$kelas*!@ = "6 SD";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment