<form action="test.php" method="post" name="test">
<input name="text1" type="text" size="15" value="">
<input type="submit" value="нажми сюда <?php echo !empty($_POST['text1'])?$_POST['text1']:'';?>">
</form>
так?
<form action="test.php" method="post" name="test">
<input name="text1" type="text" size="15" value="">
<input type="submit" value="нажми сюда <?php echo !empty($_POST['text1'])?$_POST['text1']:'';?>">
</form>
так?