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.
Disable Resend Dialog Box
Moderator: General Moderators
-
curlybracket
- Forum Commoner
- Posts: 59
- Joined: Mon Nov 29, 2010 2:40 pm
Re: Disable Resend Dialog Box
You should redirect user after sending the form. Use header('Location: ...') function.