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.

<?php echo htmlspecialchars($volunteer['name']); ?>

No volunteers found matching your search.