A Simple PHP Program

To write a simple php program we can write a code like this : 

<html>
<body>

<h1>My first PHP Program</h1>

<?php
echo "Hello Its my first PHP Program!";
?>


</body>
</html>

No comments:

Post a Comment