Jump to content

Do Not Repeat Action on Refresh


xProteuSx

Recommended Posts

I've got a site that passes a few variables from one page to another using an HTML form and the POST method.  These variables are then used to perform an action.

 

Now I am coming up against an issue where if the browser gets refreshed, the action is performed more than once.

 

What is the general protocol to avoid this issue?  Or is there a standard protocol?

Link to comment
https://forums.phpfreaks.com/topic/265088-do-not-repeat-action-on-refresh/
Share on other sites

General strategy is to redirect someplace after you've handled the form.

1. a.php shows the form

2. Form POSTS to b.php

3. b.php does whatever

4. b.php redirects wherever, like back to a.php or some completely different c.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.