Skip to content

Instantly share code, notes, and snippets.

@suchakra012
Created November 11, 2018 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suchakra012/cc86b3dbb44833bb3d3deef508e4e111 to your computer and use it in GitHub Desktop.
Save suchakra012/cc86b3dbb44833bb3d3deef508e4e111 to your computer and use it in GitHub Desktop.
<html>
<body>
<h1>My first PHP page</h1>
<?php
echo "Hello World!";
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment