Hi, Iam new to php. I need an idea on how to put a checkboxes to the data that i have in my table of mysql db. For example there are 100 students record in the data base, i want to check how many students have been present for the exams on a particular day for a particular subject. the data should appear on the html page which has a checkbox next to the rollno of the students and by default they should have been checked, if we uncheck the checkbox it should be stored in the database and give a report for absentee students. please help me in getting the soulution if possible with code.