Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/12/2014, 21:29
mbrisenog
 
Fecha de Ingreso: diciembre-2014
Mensajes: 72
Antigüedad: 9 años, 5 meses
Puntos: 0
Respuesta: definir variables para <input type "text">

Pero pues quedando claro todo dentro del mismo while
Código HTML:
Ver original
  1. while ($cont1 < $max)
  2. {    
  3.    echo "<tr>";  
  4.     echo "<td><input type='text' name="variable1..."></td>";
  5.     echo "</tr>";
  6.     $cont1=$cont1+1;
  7. }