0) {
print '' . $_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 for any courses. In order to register, please visit the [Schedule] link and add the course(s) that you would like to register for. | ';
}
print '';
print ' FreeSMS Team ';
print ' ';
print ' |
';
}
?>