Hello, new here and also sorta new to PHP and all that.
I'm trying to find a way to select certain checkboxes and input that data into a database.
And then at times go back and view and update the database.
The checkboxes may also change at times and I do not want to go add a bunch of fields into the database just to see who's all in it.
What I have so far is peoples names in a checkbox form where I can select names and submit it. It then implodes and inserts it into the database like so responders(2,4,47,56) Its not going to be a thing like responders(0,0,1,0) type thing.
My