I am trying to create this:
Get certain data from a database, and list them with checkboxes next to them. I want to also have a way to select all checkboxes at once. And then a button called "Activate" that will change the value of the field: 'status' from 1 to 2 for each checkbox that is selected. Can this be done with PHP alone or Javascript? If so how?