how to store and retrieve checkbox value in php?
how to store and retrieve checkbox values in mysql database with php
I was working on a project and i had landed in an awkward situation, where i have to save the tick box values in a database and once done, i had to retrieve those values and present it to the user for editing. i searched everywhere on the web on how to store and retrieve check box values and the answers are hard to find. So i have decided …

