Page 1 of 1

Disable Resend Dialog Box

Posted: Thu Dec 02, 2010 5:55 am
by dheeraja
Hi guys,

I am using Firefox for my browsing & when I submit a form & click on back button of the browser then it shows Resend Dialog box, I want to disable it through PHP script so how can I disable it.

Note: I want to use only POST method not GET.

Re: Disable Resend Dialog Box

Posted: Thu Dec 02, 2010 7:02 am
by curlybracket
You should redirect user after sending the form. Use header('Location: ...') function.