Updating Already Checked Checkboxes in PHP

后端 未结 4 1853
夕颜
夕颜 2020-12-22 03:30

let\'s say I have a list of checkboxes that the user selects.

Water<         


        
4条回答
  •  我在风中等你
    2020-12-22 03:53

    You could do something like this:

    " 
    />
    

    (The $utilities variable above is a stand-in for something like $_REQUEST['utilities'], depending on how your code is structured.)

提交回复
热议问题