Skip to content

Instantly share code, notes, and snippets.

@masikhsanms
Last active August 13, 2018 18:01
Show Gist options
  • Save masikhsanms/80dfac2252e9facfb6c00d8a185fd2e0 to your computer and use it in GitHub Desktop.
Save masikhsanms/80dfac2252e9facfb6c00d8a185fd2e0 to your computer and use it in GitHub Desktop.
Menulis nama Variabel php
<?php
$test;
$_test;
$test123;
$tesg12yyhjs12;
echo "<br />Jika Tulisan Ini Tampil, <br /> maka pemberian nama variabel sudah benar";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment