Disable Resend Dialog Box

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dheeraja
Forum Commoner
Posts: 36
Joined: Tue Nov 09, 2010 11:03 pm

Disable Resend Dialog Box

Post 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.
curlybracket
Forum Commoner
Posts: 59
Joined: Mon Nov 29, 2010 2:40 pm

Re: Disable Resend Dialog Box

Post by curlybracket »

You should redirect user after sending the form. Use header('Location: ...') function.
Post Reply