Class Time  
$title $$cost
$desc
"; if ($date1) { print "Start Date: $date1
"; } print "$timeinfo
"; $sqlenr = "select count(*) from ". $table . "roster where classid = $classid"; $enrolled = 0; $resultenr = mysql_query($sqlenr) or die($sqlenr); while ($myrowenr = mysql_fetch_row($resultenr)) { $enrolled = $myrowenr[0]; } $avail = $maxdogs - $enrolled; print "Spaces available: $avail
Sign Up"; } // print the contact information here ?>
Contact Information
$person
$email
$phone
$address
$city $state $zip

"; ?>

Powered by EdogTrainer.com