o tambien mas facil puedes hacer esto:
Código HTML:
Ver original<form action="b.php" method="post" > Ingresa tu identificador
<br /><input type="hidden" value="<?php echo $_POST['a']; ?>" name="a">
<input type="text" name="b" /><br /> <input type="submit" value="Entrar" />