kiero pasar la variable de un formulario a otro
este es el kodigo del archivo index.html
<form method="POST" action="variable.php">
<form type="text" name="usuario">
<input type="submit">
</form>
ahora el archivo variable.php
Código PHP:
<?
echo("<form method=POST action='confirmacion.php'>
<input type='text' name='user' value='$usuario'>
</form>");
?>
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
lo ejekuto y al ver el kodigo fuente me sale
value=''
ke puedo hacer he probado hasta kon HTTP_POST_VARS['usuario'] y nada
![Adios](http://static.forosdelweb.com/fdwtheme/images/smilies/adios.gif)