Ver Mensaje Individual
  #15 (permalink)  
Antiguo 02/04/2009, 09:32
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Update de Varios registros de varios Forms !!!

Agrega un identificador, también es perfectamente valido hacer:
Código html:
Ver original
  1. <input type="text" name="precio[0]" />
  2. <input type="text" name="precio[1]" />
  3. <input type="text" name="precio[2]" />

Así desde Javascript los puedes distinguir y desde PHP también.

Saludos.