Project: Simple Grading System in PHP with source code
About Project
Simple Grading System is developed using PHP, CSS, and JavaScript. Talking about the project, it contains a user and admin side from where a user can manage gradings easily. From the admin panel, he/she can manage
About System
In order to manage a student’s grade first, the user has to create a student account. Then the user has to add students grade with his/her first, second, third and fourth grading. After all this, the system will automatically display the student’s final grade with
Talking about the admin panel, the admin has full control of the system. A user should perform all the main functions from the admin panel. Here, the admin can manage teachers account by providing first name, last name, username, password, and picture. The admin mainly focuses on user management for this simple system.
Design of this project is pretty simple so that the user won’t find any difficulties while working on it. Simple Grading System in PHP helps in easy management of student’s grading report. To run this project you must have installed virtual server i.e XAMPP on your PC (for Windows). Simple Grading System in PHP with source code is free to download, Use for educational purposes only!
Features:
- Admin panel
- User management
- Student record
- Manage gradings
How To Run??
After Starting Apache and MySQL in XAMPP, follow the following steps
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
Now Connecting Database
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “grading_system” and then click on the import tab
7th Step: Click on browse file and select “grading_system.sql” file which is inside “DATABASE” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/scesgs/”
Provide the username and password which is provided inside the “Readme.txt” file.
Hi there, I’m receiving an error which is “Warning: mysqli_select_db() expects parameter 1 to be mysqli, string given in C:xampphtdocsSCESGSmysql_connection.php on line 7
Could not select database”.
Seeking your kind help
outdated source code. needs to be updated from mysql to either msqli or PDO
hi, do you know how to solve it?
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\EXAMP\htdocs\Grading_SystemPHP\SCESGS\mysql_connection.php:6 Stack trace: #0 C:\xampp\EXAMP\htdocs\Grading_SystemPHP\SCESGS\login.php(7): require_once() #1 {main} thrown in C:\xampp\EXAMP\htdocs\Grading_SystemPHP\SCESGS\mysql_connection.php on line 6