Issues with POST method in PHP

后端 未结 4 1625
失恋的感觉
失恋的感觉 2021-01-21 04:46

The Issue:

Undefined POST variables after form submission.

Research and Troubleshooting Done:

  • Read over a multit
4条回答
  •  半阙折子戏
    2021-01-21 05:22

    You can use input type button instead of button you are using, In this case you can send data using ajax.

提交回复
热议问题