Gestion basic d’un formulaire PHP

Author:
<?php
if(isset($_POST['nom']))
      echo 'Bienvenu, <b/>' . $_POST['nom'] . '!';
?>

 <html>

 <he