Submit POST and GET variables in one form

前端 未结 5 1418
终归单人心
终归单人心 2020-12-19 11:32

I\'m working on a query tool that displays data from a MySQL database. The user is presented with a form containing a few dozen dynamically-generated checkboxes so that they

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 11:50

    Endophage:

    If it's a PHP array, just store it in a session.

    This worked great. Obviously, I'm showing my web development greenness here as I didn't really consider using a session.

提交回复
热议问题