Search Results for "= htmlspecialchars($query, ENT_QUOTES, 'UTF-8'); ?>"
empty($group)) === $results): ?>No results found.
Users
| School ID | First Name | Last Name | Phone | |
|---|---|---|---|---|
| = esc($user['school_id'] ?? 'N/A') ?> | = esc($user['firstname'] ?? 'N/A') ?> | = esc($user['lastname'] ?? 'N/A') ?> | = esc($user['email'] ?? 'N/A') ?> | = esc($user['cellphone'] ?? 'N/A') ?> |
Students
| School ID | First Name | Last Name | Date of Birth |
|---|---|---|---|
| = esc($student['school_id'] ?? 'N/A') ?> | = esc($student['firstname'] ?? 'N/A') ?> | = esc($student['lastname'] ?? 'N/A') ?> | = esc($student['dob'] ?? 'N/A') ?> |
Parents
| First Parent ID | Second Parent | Phone | |
|---|---|---|---|
| = esc($parent['firstparent_id'] ?? 'N/A') ?> | = esc(trim(($parent['secondparent_firstname'] ?? '') . ' ' . ($parent['secondparent_lastname'] ?? ''))) ?> | = esc($parent['secondparent_email'] ?? 'N/A') ?> | = esc($parent['secondparent_phone'] ?? 'N/A') ?> |
Staff
| Role | Name | Phone | Status | |
|---|---|---|---|---|
| = esc($staff['role_name'] ?? 'N/A') ?> | = esc(trim(($staff['firstname'] ?? '') . ' ' . ($staff['lastname'] ?? ''))) ?> | = esc($staff['email'] ?? 'N/A') ?> | = esc($staff['phone'] ?? 'N/A') ?> | = esc($staff['active_role'] ?? 'N/A') ?> |
Emergency Contacts
| ID | Name | Relation | Phone | |
|---|---|---|---|---|
| = esc($contact['id'] ?? 'N/A') ?> | = esc($contact['emergency_contact_name'] ?? 'N/A') ?> | = esc($contact['relation'] ?? 'N/A') ?> | = esc($contact['cellphone'] ?? 'N/A') ?> | = esc($contact['email'] ?? 'N/A') ?> |