Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/06/2015, 14:54
Avatar de xfxstudios
xfxstudios
 
Fecha de Ingreso: junio-2015
Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 8 años, 10 meses
Puntos: 263
Respuesta: Como hacer muchos update en una misma tabla en php y mysq

Luego creo mi tabla que va a recibir los input y a multiplicar las lineas segun las valla necesitando:
Código HTML:
Ver original
  1. <section class="formulario" id="formulario"><form action="exito_alerta.php" method="post" enctype="multipart/form-data"><table id="tablatracking">
  2. <tr>
  3. <td align="left"><input onclick="agregarUsuario()" type="button" value="Agregar Registro" id="boton_agregar"></td>
  4. </tr>
  5. <tr>
  6. <td width="228" id="titulo">Empresa<br>Ej. UPS, FedEx, etc.</td>
  7. <td width="290" id="titulo">Codigo<br>Tracking</td>
  8. <td width="33" ></td>
  9. <td width="24" ></td>
  10. <td width="24" ></td>
  11. <td width="74" ></td>
  12. <td width="74" ></td>
  13. <td width="74" ></td>
  14. <td width="75"></td>
  15. </tr>
  16. </tbody>
  17. </table>
  18. Seleccione la Factura a enviar <a href="http://www.forosdelweb.com/f18/pasos_invoice.pdf" target="_blank">¿Cómo lo hago?</a> <input name="upload" type="file" required>*
  19. <br>
  20. <br>
  21. Solo en caso de requerir enviar facturas adicionales<br>
  22. Factura 2: <input name="upload2" type="file"><br>
  23. Factura 3: <input name="upload3" type="file">
  24. <br>
  25. <br>
  26. <input type="submit" value="Registrar" id="boton_enviar" />  
  27. </form>  </section>