<a href="calendrier2.php?mag=".$mag."" class="menulink" >Envoyer</a>
<form method="POST" action="calendrier2.php">
<input type="submit" value="Envoyer">
</form>
La variable mag n'aura aucune valeur...comme ceci c'est mieux :
<a href="calendrier2.php?mag="<?php echo $mag;?>" class="menulink" >Envoyer</a>
<form method="POST" action="calendrier2.php">
<input type="submit" value="Envoyer">
</formCode : Tout sélectionner
<form method="POST" action="calendrier2.php">
<input type="submit" value="Envoyer">
</form