My next question is how would I add this to my database table drill_report.
The drill_dt and postdrill field are easy enough, but how would I actually be able to take an attendance from the radio buttons. I need to hook up the id of each member to the value selected. Then add that to my table with an INSERT command. I also want to assign a numeric value to the radio button to increment a point system for promotions. Say if a trooper attended so many drills they accumulate so many points...5 points per drill. If they are absent then I subtract points.
Finally a tally of drills attended per trooper divided by 32 drills (2 drill per week for 4 months) for an attendance record %.
I know this is asking alot.
So far in my table I have
drill_id (int) autoincrement
drill_dt (date)
drill_total (int)
drill_post (text)
If anybody can assist I would be so grateful.