php program to print hello world

 <html>

<body>

<?php

echo "Hello World!!!";

?>

</body>

</html>


Output


Hello World!!!

Comments