Jump to content

[SOLVED] Stop resubmitting forum...


phpcode

Recommended Posts

Have the form check the database to see if the data has already been submitted...

check for the same e-mail or any other distinct value....  then they will only be able to post it once...

 

Example..  I have a Price Alert script on my site that allows people to set a low price...

 

The form checks to see if that e-mail has already submitted a price alert for that product ID..

If they have it shows them the info that they previously posted..  but it doesn't do anything with the new submission...

 

Hope that makes sense.....

 

 

another way is after you have gone away to insert the data where it needs to go redirect them to a page that does not have the any POSTED variables to submit

 

submitPage.php (POST Variables here) --> doSomething.php --> redirected.php (no POST variables here therefore no refresh submissions)

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.