Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/01/2008, 12:38
augusto_jaramil
 
Fecha de Ingreso: junio-2004
Ubicación: Ciudad de Panama
Mensajes: 551
Antigüedad: 20 años, 8 meses
Puntos: 8
Re: Llenar array por formulario y conservar valores haciendo 'PHP_SELF'

Perdon.... corrijo

Cita:
<form name="miForma" action="<?= $PHP_SELF; ?>">
<?
for ($i=0;$i<10;$i++)
{
echo "<input type='text' name='valor[$p]' value='' .....><tr>";
}
echo "<type='submit' name='accion' value='Procesar'>";
?>
Por echo "<input type='text' name='valor[$i]' value='' .....><tr>";

Lapsus de aquellos

Un Cordial Saludo