Thanks for your help!
when I click the "edit" hotlink,the url is:
[url]http://.../test.php?caseno=2&delete=0&edit=1[/url]
then it shows a form to edit the record which caseno field is 2.After changed some contents I clicked the submit button,It shows variables as following:
POST:
caseno=2
casetype=1
...
submit=submit
GET:
caseno=2
delete=0
edit=1
...
this means the GET variables from previous web page can be transferred to the next.I wish the three GET variables disappear when I click the submit button.
the form action is :
<form METHOD="POST" ACTION="<?php echo $PHP_SELF?>">