<!DOCTYPE html>
<html>
 <head>
     <meta charset="UTF-8" />
     <meta name="author" content="Manuele" />
    <title> Formulaire Get</title>
 </head>
<body>
  <p>Données reçues : </p>

<?php 
  
echo "<p>Bienvenue, <i>"$_GET["client"] . "</i> ! </p>";
?>  

</body>
 </html>