Code : Tout sélectionner
<a href="test2.php?nom=<?php echo urlencode($data['nom']);?>&prenom=<?php echo urlencode($data['prenom']);?>" title="Afficher les prenoms"><?php echo htmlentities(trim($data['prenom'])); ?> <?php echo htmlentities(trim($data['nom'])); ?></a>