Prevent form from being submitted twice

后端 未结 4 1640
孤城傲影
孤城傲影 2020-12-10 06:23

I have a simple php form, like this:

the problem is that if

4条回答
  •  抹茶落季
    2020-12-10 06:37

    Perform a redirect after the data is inserted to a confirmation page (can be done with header(), which should clear out the POST data and allow for refreshing without duplicating content.

提交回复
热议问题