It's because you've called the field "find", not "nuffra".
<form method="post" name="form2" action="show.php">
<input type="text" name="nuffra" value"<?php echo $_POST['nuffra']?>">
<input type="submit" name="submit" value="valj post">
</form>
<?php
print ("the digit is: ".$_POST['nuffra']);
(assuming that this file is show.php)