Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/11/2010, 15:19
gspablo
 
Fecha de Ingreso: octubre-2009
Mensajes: 223
Antigüedad: 14 años, 6 meses
Puntos: 2
Respuesta: checbox y array

Pues entonces hare esto y luego leo el array entero con el valor que sea

Código PHP:
Ver original
  1. <form action="" method="post" enctype="multipart/form-data">
  2.  
  3.       <table>
  4.  
  5.       <tr>
  6.  
  7.       <td>{Left1}</td>
  8.  
  9.       <td><input type='checkbox' value='0' name='check[1]' ></td>
  10.  
  11.       </tr>
  12.    
  13.       <tr>
  14.          <td>{Left2}</td>
  15.  
  16.       <td><input type='checkbox' value='0' name='check[2]' ></td>
  17.  
  18.       </tr>
  19.  
  20.       <tr>
  21.  
  22.       <td>{Left3}</td>
  23.  
  24.       <td><input type='checkbox' value='0' name='check[3]' ></td>
  25.  
  26.       <input type="submit" name='submitbutton' value='SEND' id='submitbutton'>
  27.  
  28.       <>
  29.  
  30.       </form>