Created
September 9, 2020 05:39
-
-
Save Ashutoshkumargautam/54cbadbd3b496b90e27e126cf9c6e012 to your computer and use it in GitHub Desktop.
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
<?php | |
//This is simple program in php programming language. | |
echo "Hello world"; // this is message display on the screen. | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment