hi i trying to work on a lunch monthly order form.what i want to do is create a table just like a calendar with 30 cells label 1 to 30 days and in each cell the same food item with checkbox next to it generated from mysql.
the user put their username and checked their desired food in each cell for the 30days and the data is stored in another table in the database
so there will be a table with all food item which will be update and will use these value to generate the checkbox in each date cell on my table
another table to store the food choice of each user
can anyone tell me how i can do this.how do i generate checkbox from the database?