Skip to content

Instantly share code, notes, and snippets.

@ardianta
Created April 16, 2016 10:38
Show Gist options
  • Save ardianta/e4d0d4cf519490519cecf369825a287a to your computer and use it in GitHub Desktop.
Save ardianta/e4d0d4cf519490519cecf369825a287a to your computer and use it in GitHub Desktop.
Kode PHP dalam file HTML
<!DOCTYPE html>
<html>
<head>
<title>Kode PHP dalam File HTML</title>
</head>
<body>
<p>Ini kode HTML, dan dibawah ini:</p>
<p><?php echo "Kode PHP"; ?></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment