Inserting checkbox values into database

前端 未结 6 1371
醉梦人生
醉梦人生 2020-12-10 23:39

I need help for this problem that i\'m trying to solve for a while (i\'m new in PHP). I have a form with several checkboxes which values are pulled from a database. I manage

6条回答
  •  自闭症患者
    2020-12-10 23:49

    Also something that few people use but that is quite nice in HTML, is that you can have:

    
    
    

    and voila! - default values for checkboxes...!

提交回复
热议问题