Created
April 9, 2013 04:45
-
-
Save phpfiddle/5343038 to your computer and use it in GitHub Desktop.
[ Posted by shankar ] This is the first php sample program.
This file contains hidden or 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> | |
php sample programs.!!!!!! | |
</title> | |
</head> | |
<body> | |
<?php | |
echo "This is the first sample program in php.!!" | |
?> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment