PHP forms prevent refresh and submission methods. php forms refresh and submission _ PHP Tutorial

Source: Internet
Author: User
Tags php form
PHP forms prevent refreshing and submission methods. php forms are refreshed and submitted. Certificate ------------------------------------------------------------------ PHP forms prevent refreshing and submitting php forms.

From http://bbs.chinaunix.net/thread-667547-1-1.html

---------------------------------------------------------------------

When outputting the form page: (for example, it is not perfect)
$ IntFlag = md5 (time ());
$ StrFlag = 'flag _ $ intFlag ';
$ _ SESSION ["$ strFlag"] = 1;


When receiving data:
$ Action_flag = trim ($ _ POST ["action_flag"]);
If ($ action_flag! = "" & $ _ SESSION ["$ action_flag"] = 1)
{
$ _ SESSION ["$ action_flag"] = 2;
// Process data
}
Else
{
Die ("repeated submission or other errors ");
}

Http://www.bkjia.com/PHPjc/1069671.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/1069671.htmlTechArticlePHP form to prevent refresh submit method, php form refresh submit from http://bbs.chinaunix.net/thread-667547-1-1.html ----------------------------------------------------------------...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.