PHP program to Happy Holi
PHP program to Happy Holi
Here is the simple php program to print Happy Holi.
<!DOCTYPE html>
<html>
<body>
<?php
echo “Happy Holi!”;
?>
</body>
</html>
Here is the simple php program to print Happy Holi.
<!DOCTYPE html>
<html>
<body>
<?php
echo “Happy Holi!”;
?>
</body>
</html>