<?php echo('Nom : '.$_GET['nom']); echo(" <br /> \n"); echo('Ville : '.$_GET['ville']); echo("<br />\n"); ?>
Nom : Dupond Ville : Amiens