A
Anonymous
Guest
Hello everyone! I need help with my code. I can't seem to find the error.
this is the line that gives the error:
I am trying to get all the courses from tbl_courses . My tbl_courses has only 3 column, and those are course_id, courses, and number_of_enrolled_students .
this is the line that gives the error:
$get_courses['courses_id']; ?>"><?php echo $get_courses['courses']; ?></option>
I am trying to get all the courses from tbl_courses . My tbl_courses has only 3 column, and those are course_id, courses, and number_of_enrolled_students .