Can I use $_POST & $_GET at the same time?

前端 未结 5 947
长发绾君心
长发绾君心 2020-12-20 01:23

I have a following form:

5条回答
  •  -上瘾入骨i
    2020-12-20 01:33

    Yes you could. $_GET['warehouse'] will be taken from the query string, $_POST variables from submitted POST values.

提交回复
热议问题