<form method="post" action="">
<input type="text" name="deger">
<input type="submit" value="Gönder">

</form>
<?php
$deger = $_POST['deger']

echo '

<input type="text" name="isim" value="'.$deger.'"> 


';

?>