Créer un fichier hello.php permettant d'afficher le texte Hello World !.
hello.php
<?php
echo "Hello world !";
?>
<?php echo "Hello world !"; ?>