Voila je suis toujours sur mon code :
<?php
echo '<html>';
echo '<head>';
echo '</head>';
echo '<body>';
// DEBUT Fonction de contrôle du mail PHP-UNIX
function check_mail($champ6)
{
if((preg_match('/(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/', $champ6)) ||...