get("Campers") ?>

count('campers'); ?>

get("Volunteers") ?>

count('adults'); ?>

get("Card Payments") ?>

$select("payments", "amountpaid"); $total = 0.0; foreach ($amounts as $amt) { $total += $amt; } echo number_format($total, 2); ?>