Hi there I am new at this website thanks for every one that help me
I have this output appear on the link below:
I want to while I choosing a Time value this value must be send for these useres that absence row the checkbox is checked
this is my code:
$s_id=$_POST['s_id'];
$date=$_POST['datee'];
$time=$_POST['time'];
for($i=0;$i<$num_rows;$i++)
{
$insert="INSERT INTO table(id,s_id,date,time) VALUES(null,'$s_id[$i]','$date','$time')";
mysqli_query($con,$insert) or die(mysqli_error($con));
}