Code : Tout sélectionner
<a href="reception.php?nomvar=valeur">lien</A><?
if(isset($_GET['nomvar'])) /*verification que la variable est envoyé*/
{
$nomvar=$_GET['nomvar'];
}
Après ta plus qu'a utilisé la variable $nomvar dans ton programme voila ! echo ("<td WIDTH=20 class='titreweek2' ALIGN='center'>
<a href=\"planning.php?sem=" . $val . "\" TARGET=\"_parent\">
" . (($val < 10) ? "0".$val : $val) ."</a></td>\n");
voilà et ca me convient déjà plus