require_once('connect.php');
$file = "/filer/common/openarea/www/uploads/preschool/howmanystudents.txt";
$f = fopen($file, 'r');
$total_enrollment = fgets($f);
$percent = ($total_enrollment/40)*100;
$total_spots_left = 40 - $total_enrollment;
fclose($f);
?>
Preschool @ Rowan University
require_once('three_icons.php'); ?>
require_once('about.php'); ?>
//include_once('scholarships.php'); ?>
include_once('open_house.php'); ?>
//require_once('twitter.php'); ?>
//require_once('bargraphs.php'); ?>
require_once('learn_more_front.php'); ?>
// $insertphone = "INSERT INTO applicants(student_first, student_middle, student_last, student_gender, student_dob, student_phone, student_email, student_street, student_city, student_state,
// student_zip, guardian_email, hs_name, hs_city, hs_state, hs_gpa, contact_name, contact_phone, contact_email, contact_relationship, timestamp) VALUES('a', 'b', 'c', 'd',
// 'e', 'f', 'g', 'h', 'i', 'j',
// 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', now())";
// mysql_query($insertphone);
?>