I need to write a function that does two things. It pulls a query from a mysql database and for each row found display the items of that row (There are 5 fields in the table id, title, description, timestamp, and a boolean). For each item displayed I need to have a checkbox displayed that if a user clicks the boolean is changed from off to on.
Share
Please take this with a pinch of salt, I have not gone into any sort of security, and I’m sure there are much nicer ways but in the short time I had this might help you make a start.