Hello everybody.
i made a script that reads from a database and displays users that have "status" row set to 1. The other users that have 0 aren`t displayed. For me to activate every user i have to select one by one and modify status from 0 to 1. I was wondering how can i make in php two checkboxes, one with value 0 and the other with value 1, and by checking multiple checkboxes i can activate/deactivate multiple users.
Thank you in advance