Our Volunteers
No volunteers available at the moment.
prepare("
SELECT name, designation, image, phone, email
FROM team_members
WHERE status = 'active' AND member_type = 'volunteer'
ORDER BY sort_order ASC, created_at DESC
");
$stmt->execute();
$volunteers = $stmt->fetchAll(PDO::FETCH_ASSOC);
include 'header.php';
include 'navbar.php';
?>
Our Volunteers
No volunteers available at the moment.
No volunteers found matching your search.