Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/08/2011, 19:38
Avatar de goteen_mx
goteen_mx
 
Fecha de Ingreso: abril-2005
Ubicación: D.F.
Mensajes: 403
Antigüedad: 19 años, 1 mes
Puntos: 37
Respuesta: tabla dinamica.

aqui tienes un errror en el corchete

Código HTML:
Ver original
  1. nuevaCelda.innerHTML="<input type='text' size='10' name='web["+posicionCampo+"]' >";

y para imprimir el post con esto

Código PHP:
Ver original
  1. $i=0;
  2. while ($i<= sizeof($_POST)){
  3.    echo $_POST[$i],"";
  4.    $i++;
  5. }


Saludos
__________________
Born to be free.