Skip to content

πŸŽ“ Student Result Management System (SRMS) A complete web-based result management platform for schools and colleges to efficiently manage, store, and display student academic performance. Developed using PHP and MySQL, with a clean, responsive HTML/CSS/JavaScript frontend and secure backend.

License

Notifications You must be signed in to change notification settings

karthikrshet/student-result-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


πŸŽ“ Student Result Management System (SRMS)

Download SRMS.ZIP for all files

A complete web-based result management platform for schools and colleges to efficiently manage, store, and display student academic performance. Developed using PHP and MySQL, with a clean, responsive HTML/CSS/JavaScript frontend and secure backend.

Developer Coding Animation


πŸš€ Features

βœ… Admin Dashboard – Manage students, subjects, classes, and results
βœ… Student Portal – Students can search and view their results online
βœ… Result Calculation – Automated total, grade, and percentage generation
βœ… CRUD Operations – Create, Read, Update, Delete functionality
βœ… Authentication – Secure admin login using PHP sessions
βœ… Responsive UI – Fully optimized for desktop and mobile screens
βœ… Database Integration – Efficient MySQL schema for scalable data handling


🧩 Project Structure


student-result-management-system/
β”‚
β”œβ”€β”€ admin/                  # Admin dashboard files
β”‚   β”œβ”€β”€ add-student.php
β”‚   β”œβ”€β”€ manage-results.php
β”‚   └── ...
β”‚
β”œβ”€β”€ includes/               # Config & session management
β”‚   β”œβ”€β”€ config.php
β”‚   β”œβ”€β”€ dbconnect.php
β”‚   └── session.php
β”‚
β”œβ”€β”€ assets/                 # CSS, JS, and image files
β”‚
β”œβ”€β”€ index.php               # Main student result search page
β”œβ”€β”€ result.php              # Display results for individual students
└── README.md


βš™οΈ Technologies Used

Technology Purpose
HTML5 Frontend structure
CSS3 Styling and responsive layout
JavaScript Dynamic interactivity
PHP Server-side logic
MySQL Database storage
XAMPP / WAMP Local server environment

🧠 How It Works

  1. Admin Login β†’ Access the dashboard via secure authentication
  2. Add Students & Subjects β†’ Store class and subject info
  3. Enter Marks β†’ Input marks per subject for each student
  4. Auto Calculate Results β†’ PHP computes total and percentage
  5. Student Result Page β†’ Students view results by roll number

βš™οΈ Installation Guide

πŸ”§ Requirements

  • XAMPP, WAMP, or LAMP installed
  • Apache and MySQL services running

πŸ›  Setup Steps

  1. Extract the folder into htdocs (or www)

C:\xampp\htdocs\student-result-management-system

  1. Open phpMyAdmin β†’ Create database:

srms_db

  1. Import SQL file:

/database/srms_db.sql

  1. Start Apache & MySQL β†’ Visit in browser:

[http://localhost/student-result-management-system/](http://localhost/student-result-management-system/)

  1. Default Admin Credentials:

Username: admin
Password: admin


🌟 Future Enhancements

  • πŸ“Š Result Analytics Dashboard (Charts & Performance Graphs)
  • πŸ“± Student Login System for personalized access
  • 🧾 Printable Marksheet & PDF Export
  • πŸ“¬ Email/SMS Notification System for published results
  • πŸ€– AI-based Performance Insights

πŸ§‘β€πŸ’» Author

Karthik Rajesh Shet
πŸ’‘ Full Stack & Software Developer passionate about building scalable web apps using PHP, MySQL, and modern frontend technologies.



About

πŸŽ“ Student Result Management System (SRMS) A complete web-based result management platform for schools and colleges to efficiently manage, store, and display student academic performance. Developed using PHP and MySQL, with a clean, responsive HTML/CSS/JavaScript frontend and secure backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published