LA seule chose qui ne fonctionne pas c'est les cases à cocher...
J'ai mon tableau sous cette forme :
<form method=post name="form1" id="form1">
<table width="411" border="0" align="center" class="win_blue">
<tr>
<td width="27"><input name='id_garanties[]1' type=checkbox class="win_blue" id="id_garanties[]1" value="RESPONSABILITE CIVILE">
</span>
</label></td>
<td width="205" class="win_blue_text">RESPONSABILITE CIVILE</td>
<td width="100"> </td>
</tr>
<tr>
<td><input name='id_garanties[]2' type=checkbox class="win_blue" id="id_garanties[]2" value="DEFENSE / RECOURS">
</span></td>
<td class="win_blue_text">DEFENSE / RECOURS</td>
<td> </td>
</tr>
<tr>
<td><input name="id_garanties[]3" type="checkbox" id="id_garanties[]3" value="ASSISTANCE"></td>
<td class="win_blue_text">ASSISTANCE</td>
<td><select name="franchises[Dommages]" id="franchises[Dommages]">
<option value="00 Kms">00 Kms</option>
<option value="30 Kms">30 Kms</option>
<option value="50 Kms">50 Kms</option>
</select></td>
</tr>
<tr>
<td><input name="id_garanties[]4" type="checkbox" id="id_garanties[]4" value="ASSURANCE DU CONDUCTEUR"></td>
<td class="win_blue_text">ASSURANCE DU CONDUCTEUR</td>
<td> </td>
</tr>
<tr>
<td><input name="id_garanties[]5" type="checkbox" id="id_garanties[]5" value="INCENDIE"></td>
<td class="win_blue_text">INCENDIE</td>
<td><input name='franchises[INCENDIE]5' type=text class="win_blue_text" id="franchises[INCENDIE]5" value="0" size="8">
<span class="win_blue_text Style1">€uro </span></td>
</tr>
<tr>
<td><input name="id_garanties[]6" type="checkbox" id="id_garanties[]6" value="VOL / VANDALISME"></td>
<td class="win_blue_text">VOL / VANDALISME</td>
<td><input name='franchises[VOL / VANDALISME]6' type=text class="win_blue_text" id="franchises[VOL / VANDALISME]6" value="0" size="8">
<span class="win_blue_text Style1">€uro</span></td>
</tr>
<tr>
<td><input name="id_garanties[]7" type="checkbox" id="id_garanties[]7" value="BRIS DE GLACE"></td>
<td class="win_blue_text">BRIS DE GLACE</td>
<td><input name='franchises[BRIS DE GLACE]7' type=text class="win_blue_text" id="franchises[BRIS DE GLACE]7" value="0" size="8">
<span class="win_blue_text Style1">€uro</span></td>
</tr>
<tr>
<td><input name="id_garanties[]8" type="checkbox" id="id_garanties[]8" value="DOMMAGES COLLISION"></td>
<td class="win_blue_text">DOMMAGES COLLISION</td>
<td><input name='franchises[DOMMAGES COLLISION]8' type=text class="win_blue_text" id="franchises[DOMMAGES COLLISION]8" value="0" size="8">
<span class="win_blue_text Style1">€uro</span></td>
</tr>
<tr>
<td><input name="id_garanties[]9" type="checkbox" id="id_garanties[]9" value="DOMMAGES TOUS ACCIDENTS"></td>
<td class="win_blue_text">DOMMAGES TOUS ACCIDENTS</td>
<td><input name='franchises[DOMMAGES TOUS ACCIDENTS]9' type=text class="win_blue_text" id="franchises[DOMMAGES TOUS ACCIDENTS]9" value="0" size="8">
<span class="win_blue_text Style1">€uro</span></td>
</tr>
<tr>
<td><input name="id_garanties[]10" type="checkbox" id="id_garanties[]10" value="ACCESSOIRES"></td>
<td class="win_blue_text">ACCESSOIRES</td>
<td><input name='franchises[ACCESSOIRES]10' type=text class="win_blue_text" id="franchises[ACCESSOIRES]10" value="0" size="8">
<span class="win_blue_text Style1">€uro</span></td>
</tr>
<tr>
<td><input name="id_garanties[]11" type="checkbox" id="id_garanties[]11" value="EFFETS / OBJETS PERSONNELS"></td>
<td class="win_blue_text">EFFETS / OBJETS PERSONNELS</td>
<td><input name='franchises[EFFETS / OBJETS PERSONNELS]11' type=text class="win_blue_text" id="franchises[EFFETS / OBJETS PERSONNELS]11" value="0" size="8">
<span class="win_blue_text Style1">€uro</span></td>
</tr>
<tr>
<td><input name="id_garanties[]12" type="checkbox" id="id_garanties[]12" value="PROTECTION JURIDIQUE"></td>
<td class="win_blue_text">PROTECTION JURIDIQUE</td>
<td> </td>
</tr>
<tr>
<td><input name="id_garanties[]13" type="checkbox" id="id_garanties[]13" value="CREDIT BAIL"> </td>
<td class="win_blue_text">CREDIT BAIL</td>
<td> </td>
</tr>
<tr>
<td colspan="3"><label></label>
<label>
<input name="numero" type="hidden" id="numero" value="<?php echo $_GET['numclient']; ?>">
<input name="numero_contrat" type="hidden" id="numero_contrat" value="<?php echo $_GET['numero_contrat']; ?>">
<input name="numero_contrat" type="text" id="numero_contrat" value="<?php echo $_GET['numero_contrat']; ?>">
</label></td>
</tr>
<tr>
<td colspan="3"><div align="center">
<input name='valider' type=submit class="win_blue_titre" value='Valider les garanties'>
</div></td>
</tr>
</table>
<p><a href="javascript:history.go(-1);"><-- Retour</a></p>
</form>