$user_id = mysqli_result($query_result, 0, student_id’);
I want to bring the student_id from the database for the student that logged in
$user_id = mysqli_result($query_result, 0, student_id’);
I want to bring the student_id from the database for the student that logged in