php_hello

HELLO WORLD IN PHP


<!DOCTYPE html>
<html>
<body>

<?php
echo "Hello World";
?>


</body>
</html>

Comments :

Post a Comment