Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Last active December 6, 2016 02:17
Show Gist options
  • Save ilhamarrouf/a09f4771e41ccdad5fba789db53833df to your computer and use it in GitHub Desktop.
Save ilhamarrouf/a09f4771e41ccdad5fba789db53833df to your computer and use it in GitHub Desktop.
Basic Syntax PHP
<!DOCTYPE html>
<html>
<body>
<h1>PHP di HTML</h1>
<?php
echo "Hello World! <br> Lorem Ipsum";
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment