<form action="<? echo $PHP_SELF ?>" method="post">
<INPUT TYPE="hidden" name="test" value="upload">
<input type="Submit" Value="提交">
</form>
<?
if ($test!="")
echo $test;
?>以上例子可自已处理,试试!