Submit form using only PHP? Without JavaScript?

后端 未结 5 1151
故里飘歌
故里飘歌 2021-01-26 10:50

I have a form

5条回答
  •  长发绾君心
    2021-01-26 11:29

    A form must be submit, by the client side. On client-side, there's only two way: by Javascript or by human (clicking on the submit button).

提交回复
热议问题