MY Open Source Initiation
Want To Learn OpenSource Languages Keep Visiting My Blog
Pages
Home
Saturday, 2 June 2012
Creating a Simple PHP Program
//program to print Hello World!
<html>
<head>
<title>
A Simple PHP Program
</title>
</head>
<body>
<?php //Starting of PHP tag
echo "Hello World <br />";
echo "PHP scripting is very easy";
?> //Ending of PHP tag
</body>
</html>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment