hi mate
thanks for the suggesstion
the only thing is that when it resubmits some informaiton the page gets screwed because usually when this page is loaded there are some arguments passed to it to execute some SQL stuff.
those variables disappear when doing this $PHP_SELF thing
is there a way i can pass those arguments to PHP_SELF as if its a url?
e.g.
$PHP_SELF?HiddenID=$HiddenID;
????
thanks