you are very unclear on what the problem is. But, to demonstrate how this works, create a file called t.php with this content...
<form method=post>
<TEXTAREA NAME=stuff><?
echo $stuff; ?></TEXTAREA>
<INPUT TYPE=SUBMIT>
</FORM><HR>
<? echo $stuff ?>
Enjoy.