Passing POST data from one web page to another with PHP

前端 未结 5 726
天命终不由人
天命终不由人 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:50

    If you decide to bite off the session route with the dbms option, I've had luck designing a state class to hold this stuff, and serializing an object using JSON to a single large field in the session record.

提交回复
热议问题