Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/09/2008, 11:00
Avatar de ferbux
ferbux
 
Fecha de Ingreso: mayo-2007
Ubicación: por ahí intentado ayudar
Mensajes: 823
Antigüedad: 17 años
Puntos: 6
Respuesta: crear cajas d texto dependiendo de el usuario

pruebalo asi:

Código:
<html>
<head>
</head>
<body>
<form id="form2" name="form2" method="POST" ACTION="<?php echo $_SERVER['PHP_SELF']?>">
<input name="cuantos" type="text"/>
<input name="" type="submit" value="Enviar" />

<?php
$i= 0;
while ($i<=$cuantos){

echo "<input  type=\"text\" name=\"caja[$i]\">";
$i=$i+1;
}

?>
</form>
<form name="form3" action="" method="post">
</form>

</body>
</html>
__________________
"Eres grande por que caminas entre gigantes"