diff --git a/Course.php b/Course.php index 0b21d26..c356e78 100644 --- a/Course.php +++ b/Course.php @@ -459,27 +459,21 @@ where Lab_Report_ID=$lab_repo_id and (lab_report_submissions.Student_id='$studen Invite Others"; - - $extra=" - Invite Others"; - - if($status=="Invited") + if($status == "Invited") { - $extra2=" Accept"; - $extra3=" Decline"; + $extra2 = " Accept"; + $extra3 = " Decline"; } @@ -492,31 +486,29 @@ course_groups_table.Course_Group_id=course_group_members_table.Course_Group_id W (($status == "Created")? "$extra4": "") .""; - $rs2=mysqli_query($con,"SELECT `ID`, `Course_Group_id`, course_group_members_table.Student_ID, + $rs2 = mysqli_query($con,"SELECT `ID`, `Course_Group_id`, course_group_members_table.Student_ID, course_group_members_table.`Status`,users_table.Full_Name FROM `course_group_members_table` INNER JOIN users_table on users_table.Student_ID=course_group_members_table.Student_ID where course_group_members_table.Course_Group_id=$id"); - #Check whether the current user in session is the creator of the group + # Check whether the current user in session is the creator of the group $rs3 = mysqli_query($con, "SELECT `Status` from course_group_members_table where Student_ID = $student_id"); $flag = mysqli_fetch_assoc($rs3)['Status'] == "Created"; - while($row = mysqli_fetch_assoc($rs2)) { - $name=$row['Full_Name']; - $id=$row['Course_Group_id']; - $status=$row['Status']; - $Student_ID=$row['Student_ID']; + while ($row = mysqli_fetch_assoc($rs2)) { + $name = $row['Full_Name']; + $id = $row['Course_Group_id']; + $status = $row['Status']; + $Student_ID = $row['Student_ID']; #Show group members + remove button next to each member except the creator of the group - if($flag){ + if ($flag) { echo "