Am currently working on a PHP project..and am stuck with the calculation part and sending the results to my database table, am dealing with checkbox and my task is to allow members to tick all the suitable times and then to send each column to their table in my database then calculating all the columns there.. well I created the checkbox form and I know I need to use that name in the calculation but am not sure how to calculate each column in the checkbox and send the results to the table in the database then do all the addition from taking the results sent to the database...
Hope I can get some help with this and if it is possible refer me to a relevant tutorial
Cheers,
<form method="post">
<input TYPE="checkbox" NAME="Saturday" VALUE="1"
<input TYPE="checkbox" NAME="Monday" VALUE="2"
<input type="submit" name="Calculate" value"Submit ">
<form>