has('families', ['familyid' => $_SESSION['familyid']])) { $campers = $database->select("people", 'personid', ['AND' => ['familyid' => $_SESSION['familyid'], 'camperid[!]' => null]]); $adults = $database->select("people", 'personid', ['AND' => ['familyid' => $_SESSION['familyid'], 'adultid[!]' => null]]); $youth = $database->select("people", 'personid', ['AND' => ['familyid' => $_SESSION['familyid'], 'youthid[!]' => null]]); } ?>

Day Camp Registration

Campers

0) { foreach ($campers as $personid) { include __DIR__ . "/template_person.php"; } } ?>
Add Camper

Adult Volunteers

0) { foreach ($adults as $personid) { include __DIR__ . "/template_person.php"; } } ?>
Add Adult

Youth Volunteers

0) { foreach ($youth as $personid) { include __DIR__ . "/template_person.php"; } } ?>
Add Youth

Pay and Submit

Total: $0