--- navien amirtharaj <[EMAIL PROTECTED]> wrote: > I have a problem in form submit. I want to clear the the post values > after insert into the table(DB). There is any possible to do that. I use > unset and reset method to clear the post value. But there is no use. > Navien Amirtharaj
Are you having a problem with visitors using the back button or reloading the page which sends in the data? If so, you will probably want to look at the HTTP cache settings. I can tell you that sometimes I find it annoying when I try to go back to a form page and find the entire form cleared out when I want to make a small change and resubmit. Your use might have different requirements, of course. James
