You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
die("error in connection".mysqli_connect_error());
}
$response =array();
$sql_query="select name from courses join section_courses on courses.id =section_courses.course_id join student_sections on section_courses.id = student_sections.section_id where student_id='$student_id'";