Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 7, 2016 02:49
Show Gist options
  • Save ilhamarrouf/7670d311a413929057c3d4eaa389cf00 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/7670d311a413929057c3d4eaa389cf00 to your computer and use it in GitHub Desktop.
Variable PHP
<?php
//Penggunaan angka dalam variabel yang salah
$12345 = "contoh1";
$2morow = "contoh2";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment