how to stop data automatically insert into database in php

后端 未结 2 1916
一生所求
一生所求 2021-01-27 05:14

I have problem in this code. In this code when i press save data button , the data insert into database but when i refresh page then it\'s automatically insert into database, wh

2条回答
  •  甜味超标
    2021-01-27 06:02

    This is happening because your action is empty

    Update your action to this

    action=""
    

提交回复
热议问题