'; } ?> '; ?>




'); } $data = $_SESSION['teacherstudentsdata']; print $_SESSION['name'] . ','; print '

'; print 'Here you will find the students registered for your class. Please note that the class may be subject to cancellation if less than 4 students are registered.'; print '

'; if (count($data) > 0) { print '

0) { print('

' . $_SESSION['msg'] . '
'; //print '
'; print ''; print ' '; print ' '; print ' '; print ' '; print ''; for ($i=0; $i < count($data); $i++) { print ''; print ''; print ''; print ''; print ''; print ''; } print '
CourseNameEmailFee
' . $data[$i][1] . '' . $data[$i][3] . ', ' . $data[$i][2] . '' . $data[$i][4] . '' . $data[$i][5] . '
'; } else { print '
Sorry there no students registered for a class at this time.
'; } print '

'; print ' FreeSMS Team'; print '

'; print '