Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/02/2005, 07:54
Avatar de walo
walo
 
Fecha de Ingreso: mayo-2004
Mensajes: 310
Antigüedad: 20 años
Puntos: 0
Me olvidaba

Los textfield tienen que tener el mismo nombre, o sea un array
<input type="text" name="nombre[]">

y ahi mismo tambien podes definir el id

<input type="text" name="nombre[<?=$productoID?>]">