tengo esta tablita con mis checkboxes:
Código:
<table> <tr><td width="100"> </td><td width="120">ESPECIALIZADOS:</td> <td width="120"><input name="pluscorp" type="checkbox" id="pluscorp" value="1" />AP</td> <td width="120"><input name="plusrest" type="checkbox" id="plusrest" value="1" />Plus </td><td></td></tr> <tr><td width="100"> </td><td width="120">AV:</td> <td width="120"><input name="avcorp" type="checkbox" id="avcorp" value="1" />Corp</td> <td width="120"><input name="avrest" type="checkbox" id="avrest" value="1" />Rest</td> <td width="120"><input name="avjoy" type="checkbox" id="avjoy" value="1" />Joy</td></tr> </table>
al enviar el formulario los recogo con el request("checkbox") pero al grabar esos valores siempre me pone un cero aun cuando yo los haya seleccionado...
una idea???