Make array from checkbox form

后端 未结 8 1784
囚心锁ツ
囚心锁ツ 2020-12-09 11:42

My friend and I are making a website that compiles news stories based on your interests. Is there and easy way to take the checkbox data and make an array out of the selecte

8条回答
  •  有刺的猬
    2020-12-09 12:04

    use this:

     Option 1 (politics etc)
     Option 2
     Option 3
    

    then access $_POST["mydata"] as an array

提交回复
热议问题