amirhamza05 / Student-Management-System

This is a simple web-based student management software written in PHP and Javascript. This was specifically written for school or educational organization.
http://ems.tserm.com/
253 stars 152 forks source link

I Can't add Exam #52

Open Kimbowa-Stuart opened 2 years ago

Kimbowa-Stuart commented 2 years ago

The system throws in an error when i click on add exams

amirhamza05 commented 2 years ago

I can not work exam feature in this current version.

Kimbowa-Stuart commented 2 years ago

So what can i do cause i wanted to use this system for my IT project?

On 4/5/22, Sk.Amir Hamza @.***> wrote:

I can not work exam feature in this current version.

-- Reply to this email directly or view it on GitHub: https://github.com/amirhamza05/Student-Management-System/issues/52#issuecomment-1088076802 You are receiving this because you authored the thread.

Message ID: @.***>

Aula72 commented 2 years ago

change lines exam_list.php

foreach ($exam->select("select * from exam") as $key => $value) {
                            $id=$value['id'];
                            $program_id=$value['program_id'];
                            $sub_id=$value['sub_id'];