Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
Created April 9, 2013 04:45
Show Gist options
  • Save phpfiddle/5343038 to your computer and use it in GitHub Desktop.
Save phpfiddle/5343038 to your computer and use it in GitHub Desktop.
[ Posted by shankar ] This is the first php sample program.
<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