query("SELECT id, full_legal_name, ndis_participant_number, primary_phone, email FROM participants ORDER BY created_at DESC"); $participants = $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { echo '
Error: ' . $e->getMessage() . '
'; } $message = $_GET['message'] ?? ''; $error = $_GET['error'] ?? ''; ?>

Participants

Add New Participant
Participant successfully deleted.
An error occurred.
Name NDIS Number Phone Email Actions
No participants found.
View