Courses.php: Fix Bug 36

Hui-Organize
Lan Hui 2024-10-26 09:32:16 +08:00
parent 07ba57eebb
commit 9a4a8d2818
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ include 'Header.php';
} }
echo "</div>"; echo "</div>";
$resultx1 = mysqli_query($con, "SELECT course_students_table.Student_ID, users_table.Full_Name $resultx1 = mysqli_query($con, "SELECT DISTINCT course_students_table.Student_ID, users_table.Full_Name
FROM course_students_table FROM course_students_table
INNER JOIN users_table on users_table.Student_ID=course_students_table.Student_ID INNER JOIN users_table on users_table.Student_ID=course_students_table.Student_ID
WHERE Course_ID=$course_id"); WHERE Course_ID=$course_id");