Skip to content

Instantly share code, notes, and snippets.

@MrFigoro
Created June 2, 2017 06:15
Show Gist options
  • Save MrFigoro/cf094cc21694d4e8f496fcb3e1c8f942 to your computer and use it in GitHub Desktop.
Save MrFigoro/cf094cc21694d4e8f496fcb3e1c8f942 to your computer and use it in GitHub Desktop.
1stphppage
<html>
<head>
<title>My First PHP Page</title>
</head>
<body>
<?php
echo "Hello World!";
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment