Passing POST data from one web page to another with PHP

前端 未结 5 725
天命终不由人
天命终不由人 2020-12-19 05:44

Searching did not find a similar question, so: How can POST data used by PHP to generate one page be passed from that page to another PHP generated page? I have:

5条回答
  •  無奈伤痛
    2020-12-19 06:43

    Sessions are a pain, and if you needed them you'd already have implemented them.

    As @Soviut said above, hidden input fields are probably the way to go for this.

提交回复
热议问题