PHP: Comment traiter le champs ‘hidden’ d’un formulaire

Author:
<?php
if (isset($_POST['_voir_soumission']))
{
    afficher_msg();
}
else
{
    afficher_formulaire