Created
June 2, 2017 06:15
-
-
Save MrFigoro/cf094cc21694d4e8f496fcb3e1c8f942 to your computer and use it in GitHub Desktop.
1stphppage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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