Hi, im trying to build a simple app:
- Six colums with these values
Nr, Name, checkbox 1, checkbox 2, checkbox 3, checkbox 4.
The checkboxes are project stages, Im using Mysql to store the data and retrieving it to a webpage with php.
My problem is on how to go updating the checkboxes, and also how to filter the results (display only records with checkbox 1 checked).
Or can anyone recommend other solutions/platforms?
This is not overly complex I thought someone must knew a better or easier way to do this.
Thanks