Student Result Management System

Language

Project Name : Student Result Management System
Language Used : PHP
Database : My SQL
User Interface Design : HTML, AJAX,JQUERY,JAVASCRIPT
Web Browser : Mozilla, Google Chrome, IE8,OPERA
Software : XAMPP Server
Project Demo ————————

Student Result Management System divided in two modules–

Student
Admin
Admin Features

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 new student and also edit info of the student
admin can declare/ edit result of a student.
Admin can change own password

Students-

Student can search their result using valid rollid.
Student can download the result in the PDF format.
How to run this Project
1. Download and Unzip file on your local system copy srms folder.
2. Put srms folder inside root directory
Database Configuration
Open phpmyadmin
Create Database srms
Import database srms .sql (available inside zip package)
For User
Open Your browser put inside browser “http://localhost/srms”
Details of student —
Student name– Eyob Shiferaw
Roll id–0011
For Admin Panel
Open Your browser put inside browser “http://localhost/srms”
Login Details for admin :
Username : admin
Password : admin

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

Submitted byGeorge Opoku-Antwi (not verified)on Sat, 08/03/2019 - 21:30

Nice job than, you system is simple and very powerful. Keep up the good works
Submitted byDiya Ali (not verified)on Thu, 10/17/2019 - 06:31

how can i buy the script pls
Submitted byOnyeka (not verified)on Mon, 12/30/2019 - 05:39

- Table structure for table `tblclasses` -- CREATE TABLE `tblclasses` ( `id` int( 11 ) NOT NULL , `ClassName` varchar( 80 ) DEFAULT NULL , `ClassNameNumeric` int( 4 ) NOT NULL , `Section` varchar( 5 ) NOT NULL , `CreationDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP , `UpdationDate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP ) ENGINE = InnoDB DEFAULT CHARSET = latin1; MySQL said: Documentation #1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
Submitted byDavid Sembosi (not verified)on Fri, 03/06/2020 - 16:45

I was trying to change my admin password from "admin"to my own, but the system says "Oh snap! Your current password is wrong" What is a problem here, please help.

Add new comment