submit your form forward
<form enctype=multipart/form-data method=post action=nextpage.php>
<table>
<colgroup><col width=75 ></colgroup>
<tr>
<td>
<input type='text' name='name' value=''>
<input type=submit value=submit name=submit>
</td>
</tr>
</table>
</form>
on the next page just:
<?=$name?>
you variable is already there..