I can't use GET and POST at the same time in PHP

后端 未结 2 1003
清酒与你
清酒与你 2020-12-21 11:44

Near the top of my page, I have this:


Then I have some form check conditionals that read from POST:

2条回答
  •  爱一瞬间的悲伤
    2020-12-21 12:12

    You can use get and post at the same time, but you shouldn't. If you want to continue to send the ID this is as simple as:

提交回复
热议问题