Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/07/2014, 18:18
Avatar de Triby
Triby
Mod on free time
 
Fecha de Ingreso: agosto-2008
Ubicación: $MX->Gto['León'];
Mensajes: 10.106
Antigüedad: 15 años, 8 meses
Puntos: 2237
Respuesta: error al enviar un formulario

Ese código parece estar hecho con Javascript y no con PHP:

En Javascript concatenas con el signo mas y las variables no llevan $ al inicio:
<td><label id='precio_unit_"+data[0]+"'>"+data[2]+"</label></td>

En PHP sería algo como:
<td><label id='precio_unit_" . $data[0] . "'>" . $data[2] . "</label></td>

Entonces, necesitamos saber cómo estás creando realmente la tabla para ver si dejamos el tema aquí o lo movemos a Javascript.
__________________
- León, Guanajuato
- GV-Foto