<?php echo('Nom : '.$_GET['nom']); echo("<br /> \n"); echo('Département : '.$_GET['dpt']); echo("<br />\n"); ?>
Nom : Département : 14