View detailed information about the activity.
-
All Students'; break; case 'specific_course': echo '' . ($activity['course_name'] ?? 'Specific Course') . ''; break; case 'specific_department': echo '' . ($activity['department_name'] ?? 'Specific Department') . ''; break; } ?>
Active Inactive $today) { echo 'Upcoming'; } elseif ($activity_date == $today && $current_time >= $activity_start && $current_time <= $activity_end) { echo 'Ongoing'; } else { echo 'Past'; } ?>