0) {
print '' . $_SESSION['msg'] . '';
} else {
$data = $_SESSION['scheduledata'];
print $_SESSION['name'] . ',';
print ' ';
print 'Here you will find the course schedule for the term 2003.';
print 'Please note that courses mentioned are forcasts and may ';
print 'change upon teacher and student availability.';
print ' ';
if (count($data) > 0) {
print ' ';
print '';
print ' ';
print '';
print 'Note:
';
print '';
print '- In order to run classes as per schedule, minimum of 4 students must be enrolled, else classes will be cancelled for the session and students will be refunded of their fees.
';
print '- Fees are due upon registration or prior to first day of class.
';
print '- Fees may not be refunded if a student has not provided notice of cancellation prior to the first class.
';
print '- Admission is on first come, first serve basis. CRC has the right to cancel any class or registrant due to unforeseeable situations.
';
print '- Students should verify class status a week before classes start.
';
print ' ';
print ' | ';
print ' ';
} else {
print 'Sorry there are no new courses offered at this time. | ';
}
print '';
print ' FreeSMS Team ';
print ' ';
print ' |
';
}
?>