0) {
print '' . $_SESSION['msg'] . '';
$_SESSION['msg'] = "";
} else {
$data = $_SESSION['coursesdata'];
print $_SESSION['name'] . ',';
print ' ';
print '  These are the courses that you have registered for, if any.';
print ' Please note that courses mentioned are tentative and subject to';
print ' change upon teacher availability and registrants.';
print ' ';
if (count($data) > 0) {
print ' ';
} else {
print 'You currently have not registered';
print ' for any courses. In order to enroll, please visit the [Enrollmen]';
print ' link and add the course(s) that you would like to enroll for. | ';
}
print '';
print ' FreeSMS Team ';
print ' ';
print ' |
';
}
?>