0) { $courseQuery = $con->query("SELECT * FROM courses WHERE id = '$course_id'"); if ($courseQuery && $courseQuery->num_rows > 0) { $course = $courseQuery->fetch_assoc(); } } // If course not found, redirect or show error if (!$course) { echo '

Course Not Found

The course you are looking for does not exist or has been removed.

Go to Home
'; include 'includes/footer.php'; exit(); } ?>
<?=htmlspecialchars($course['course_name'])?> NCTE Approved

Duration:
Eligibility:
Seats:

About the Program

Curriculum & Subjects

Detailed curriculum information available upon request. Contact our admission office for the complete syllabus.

Career Opportunities

Graduates of this program can pursue careers in:

  • Government Schools (TGT/PGT)
  • Private Schools
  • Educational Administration
  • Curriculum Development
  • Educational Consulting
  • Higher Education (M.Ed, Ph.D)
query("SELECT * FROM courses WHERE id != '$course_id' ORDER BY id ASC LIMIT 3"); if ($relQuery && $relQuery->num_rows > 0) { while ($r = $relQuery->fetch_assoc()) { $relatedCourses[] = $r; } } ?>