Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Last active December 6, 2016 02:16
Show Gist options
  • Save ilhamarrouf/b7e6314836b86c34f24e318ae9a58135 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/b7e6314836b86c34f24e318ae9a58135 to your computer and use it in GitHub Desktop.
Basic Syntax PHP
<?php
echo 'Contoh 1';
?>
<?php echo 'Contoh 2 - tanpa semicolon dan langsung di tutup dengan tag php' ?>
<?php echo 'Contoh 3';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment