Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/02/2004, 12:38
luchope
 
Fecha de Ingreso: julio-2003
Ubicación: Colombia
Mensajes: 591
Antigüedad: 20 años, 8 meses
Puntos: 7
bueno pues a mi me funciono.. asi

<form method="POST" action="form.php">
<input type="text" name="usuario">
<input type="submit">
</form>


Código PHP:
echo("<form method=POST action='confirmacion.php'>
<input type='text' name='user' value=\"$usuario\">
</form>"
);