echo($regYear) ?> Camper Registration Form
switch ($Full)
{
case 1:
echo("
Please note that Camp 1 is full. You can still register for Camp 2, or include your child on the waiting list for Camp 1.");
break;
case 2:
echo("
Please note that Camp 2 is full. You can still register for Camp 1, or include your child on the waiting list for Camp 2.");
break;
case 3:
echo("
Please note that both camps are now full.
You can register below to place your child on the waiting list for either camp, or contact Rhelda at 740-857-1311 or rsommers@rosedale.edu.");
break;
}
?>