query($query); include 'includes/header.php'; include 'includes/sidebar.php'; ?>
Showing students whose marks haven't been entered yet
| Roll No | Student Name | Father's Name | Class | Action |
|---|---|---|---|---|
| = htmlspecialchars($row['roll_no']) ?> |
= strtoupper(substr($row['student_name'], 0, 2)) ?>
= htmlspecialchars($row['student_name']) ?>
Reg: = htmlspecialchars($row['reg_no']) ?>
|
= htmlspecialchars($row['father_name']) ?>
|
Class = $row['class'] ?> | Add Marks |
No Pending StudentsAll students have marksheets or no students are registered in the system. |
||||