Grading System with Online Grade Viewing in PHP and MySQL Source code

Online Grading System with Subject Reservation System using PHP and MySQL
Download
Download is available until [expire_date]
  • Version
  • Download 5907
  • File Size 4.12 MB
  • File Count 1
  • Create Date April 20, 2018
  • Last Updated April 20, 2018

Grading System with Online Grade Viewing in PHP and MySQL Source code

Grading System with Online Grade Viewing in PHP and MySQL Source code

Database Schema (database design)

class (id, course, year, section, sem, teacher, subject)

log (id, date, activity)

student (id, studid, fname, lname)

studentsubject (id, studid, classid, att1, att2, att3, exam1, exam2, exam3, quiz1, quiz2, quiz3, project1, project2, project3)

subject (id, code, title)

teacher (id, teacherid, fname, lname)

userdata (id, username, password, fname, lname, level)

The download package includes the source code in PHP, User's Manual and the database file as well.

System Features

The system has 3 users, the admin, teacher and the students. The administrator has the full access to the system, he/she is responsible for updating the class lists, encoding of subjects, managing the students and teachers information. The teacher can login to the system and then view the list of subjects assigned to him/her, the teacher can also view and print their students, and finally can input the records of their students such as quiz, project, exam, etc. The student can login to the system and can view their final grades and the details of their grades.

, , , , , , , , , , , , , , , , , , , , ,

Post navigation

21 thoughts on “Grading System with Online Grade Viewing in PHP and MySQL Source code

  1. Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\grading\grading\config.php:8 Stack trace: #0 C:\xampp\htdocs\grading\grading\index.php(2): include() #1 {main} thrown in C:\xampp\htdocs\grading\grading\config.php on line 8

    PLEASE HELP :(

  2. Hi!!
    Login is not working. Please, can you help me?
    Thanks for creating a nice webpage for us, who are studying programming!!

      1. Thanks for your feedback!!
        Its not working login using admin/admin, I tried to insert a new user ( using phpmyadmin) but it doesn’t work.

        As I use wamp version 3.1 ( php 5.6) I needed to change to mysqli ( connetion and some function to be updated) . But unfortunatelly, when I type admin/admin , it says invalid username/password.

        Can you give me a help? Whay am I doing wrong?

        Thanks
        Vanessa

      2. the Add Subject option is not working, it says subject added successfully, but in the database there’s none.. can i ask for any remedies? there were errors also in the unit..

    1. sorry the project uses mysql extension which is not supported anymore in php7, we are still developing an upgraded version that will run on php7

  3. please help if you can’t I am serously please
    Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\grading\grading\config.php:8 Stack trace: #0 C:\xampp\htdocs\grading\grading\index.php(2): include() #1 {main} thrown in C:\xampp\htdocs\grading\grading\config.php on line 8

Leave a Reply to vanessa Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.