Fee Balance

No student with such admission number!

Download Fees Statement

Fee Balance

Admission number cannot be empty!

--> case "notify": echo "

Notifications for " .Student::getStudentName($_SESSION['student_admno']) ." Adm Number: ".$_SESSION['student_admno']."

"; echo Notification::showNotifications($_SESSION['student_admno']); if(isset($_POST['sub_read'])) { echo "

"; Notification::updateReadNotifications($_POST['unread']); echo "

Notifications for " .Student::getStudentName($_SESSION['admno_stmt']) ." Adm Number: ".$_SESSION['admno_stmt']."

"; echo Notification::showNotifications($_SESSION['admno_stmt']); } if (isset($_POST['view_notif'])) { $admno=htmlentities(strip_tags(trim($_POST['adm_no_notif']))); if($admno!=="") { $name=FeeAndResult::checkStudent($admno); if($name=="") { ?>

Notifications

No student with such admission number!

Notifications for " .Student::getStudentName($_SESSION['student_admno']) ." Adm Number: ".$_SESSION['student_admno']."

"; echo Notification::showNotifications($_SESSION['student_admno']); } }else{ ?>

Notifications

Admission number cannot be empty!