Student Result Processing System using PHP/PDO with Source Code
This project is called as Student Result Processing System. This project was programmed using PHP/PDO, HTML, CSS, JavaScript, and using some libraries and plugins for the better experience of the users. The system is divided into two modules which are the Administrator User and the Student. The Admin user can manage all the data of this project such as managing the list of Classes, Subjects, Students, and etc. The Admin user in this project is the one is in charge of encoding the result of the student in every class. For the Students, they will provide their Roll ID and select which class they wanted to view their result. The student result is downloadable and the result file will be downloaded as a PDF File.
Features
Admin
- Admin Dashboard
- Admin can add/update/ Class
- Admin can add/update/ Subjects
- Admin can add/update/ Active/Inactive Subject combination with class
- Admin can register a new student and also edit info of the student
- admin can declare/ edit the result of a student.
- Admin can change own password
Students
- Student can search their result using a valid rollid.
- Students can download the result in PDF format.
This Student Result Processing/Management System in PHP Project source code is Free to download. Continue reading below for the requirements and installation instructions.
How to Run
Requirments
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Setup/Installation
- Open your XAMMP/WAMP's Control Panel and start the "Apache" and "MySQL".
- Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Open a web browser and browse the PHPMyAdmin. i.e. http://localhost/phpmyadmin
- Create a new database naming "srms".
- Import the SQL file included in the source code folder. The file is known as "srms.sql".
- Browse the Web Application in a browser. i.e. http://localhost/srms
Admin Access
Username: admin
Password: password
Demo
That's it! I hope this Student Result Processing System in PHP/PDO will help you with what you are looking for and also for your future PHP Projects.
Enjoy Coding :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
regarding result table
I think your project is
Algorithm/Computation for result.php
Add new comment
- Add new comment
- 10603 views