1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| array(3) { [0]=> string(2) "15" [1]=> string(2) "11" [2]=> string(4) "2009" }
Notice: Undefined variable: tableau11 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 126
array(3) { [0]=> string(2) "15" [1]=> string(2) "11" [2]=> string(4) "2008" } array(3) { [0]=> string(2) "14" [1]=> string(2) "04" [2]=> string(4) "2008" }
Notice: Undefined variable: tableau4 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 126
array(3) { [0]=> string(2) "20" [1]=> string(2) "03" [2]=> string(4) "2008" }
Notice: Undefined variable: tableau3 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 126
array(3) { [0]=> string(2) "17" [1]=> string(2) "03" [2]=> string(4) "2008" } array(3) { [0]=> string(2) "17" [1]=> string(2) "03" [2]=> string(4) "2008" } array(3) { [0]=> string(2) "17" [1]=> string(2) "02" [2]=> string(4) "2008" }
Notice: Undefined variable: tableau2 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 126
array(3) { [0]=> string(2) "14" [1]=> string(2) "12" [2]=> string(4) "2005" }
Notice: Undefined variable: tableau12 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 126
array(3) { [0]=> string(2) "02" [1]=> string(2) "03" [2]=> string(4) "2004" }
Notice: Undefined variable: tableau1 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 133
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Notice: Undefined variable: tableau5 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 133
Notice: Undefined variable: tableau6 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 133
Notice: Undefined variable: tableau7 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 133
Notice: Undefined variable: tableau8 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 133
Notice: Undefined variable: tableau9 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 133
Notice: Undefined variable: tableau10 in c:\program files\easyphp1-7\www\gestrh\liste_spv.php on line 133
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n |
à la ligne 126 :
${'tableau'.$number} .= '<tr style="'.$style.'">\n<td><a href="rediger_SVP.php?modifier_garde='.$donnees['id'].'"><img src="button_edit.png"/></a></td>\n<td><a href="liste_SVP.php?supprimer_garde='.$donnees['id'].'"><img src="button_drop.png"/></a></td>\n<td>'.$donnees['nom'].'</td>\n<td>'.$donnees['date_fr'].'</td>\n<td>'.$donnees['horaire'].'</td>\n<td>'.$donnees['valide'].'</td>\n<td>'.$donnees['annule'].'</td>\n</tr>\n\n';
à la ligne 133 :
echo ${'tableau'.$compteur};
Partager