Online Student Result Management System In PHP/MySQLi | CampCodes

Online Student Result Management System in PHP/MySQLi

June 14, 2020
PHP
student result management system

Student Result Management System with Source Code is a PHP project that can manage the student remarks digitally. The project was made by the use of these languages: PHP, MySQLi and Javascript.

The system is easy to manage, and the admin is the only one authorized to manage all the information within the system. The admin can add new students, create class, add subjects, and generate student results. The student can only view the result by entering their roll id.
The system has a feature that can generate the overall result of students, and it can also download the result as a PDF format.

The tools used in this project are:

  • HTML: Page layout and design
  • CSS: Design
  • JS: Frontend
  • PHP: Backend
  • Bootstrap
  • Java Script

Project Features:

  • Student Dashboard
  • Student Classes
  • Create Classes
  • Manage Classes
  • Create Subjects
  • Manage Subjects
  • Add Subject Combination
  • Manage Subject Combination
  • Student CRUD
  • Add Result
  • Manage Result
  • Can Input Grades for Result
  • Can View Full Screen
  • Can Download Result in PDF with the Roll Number
  • Login/Logout

How To Run??

To run this project you must have installed a virtual server i.e XAMPP on your PC. Student Result Management System in PHP with source code is free to download, Use for educational purposes only!

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 “srms” and then click on the import tab
7th Step: Click on browse file and select “srms.sql” file which is inside the “db” folder
8th Step: Click on go.

After Creating Database,

9th Step: Open a browser and go to URL “http://localhost/studentresult/index.php”

or the project demo, have a look at the video below:

Download Here

 

https://www.campcodes.com/

This is a free education portal. You can use every source code in your project without asking permission to the author. Share our website to everyone to make our community of programmers grow more.

, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Comments
  • when i am trying to execute the
    7th Step: Click on browse file and select “srms.sql” file which is inside the “db” folder
    8th Step: Click on go. I am receiving a error like this
    Error
    SQL query:


    — Database: `srms`

    — ——————————————————–


    — Table structure for table `admin`

    CREATE TABLE `admin` (
    `id` int(11) NOT NULL,
    `UserName` varchar(100) NOT NULL,
    `Password` varchar(100) NOT NULL,
    `updationDate` timestamp NOT NULL DEFAULT ‘0000-00-00 00:00:00’ ON UPDATE CURRENT_TIMESTAMP
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    MySQL said: Documentation

    #1046 – No database selected

    Abdirahman June 10, 2023 5:13 am Reply
    • WAS THE PROBLEM SORTED?

      SKY July 14, 2023 7:17 am Reply
  • result pdf is not getting download pls help me anyone

    shwe April 22, 2023 1:42 am Reply
  • what’s the admin password

    kavishka sandeepa February 17, 2023 12:39 am Reply
  • when i am trying to execute the 9th step which is “Open a browser and go to URL “http://localhost/studentresult/index.php”
    I am receiving a error like this “Error: SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: NO)”. Can u help me out as soon as possible because i have to submit the project in 2 days.

    Sushmitha R January 13, 2023 1:02 pm Reply
    • same i am getting this error to

      Sana Garg July 11, 2023 5:14 pm Reply
    • same i am getting this error to

      Sana Garg July 11, 2023 5:14 pm Reply
  • so when i am entering the url localhost/studentresult/index.php its showing url does not exist

    jaana October 30, 2022 8:16 pm Reply
  • I’m getting this error for dowloading the marksheet.
    Fatal error: Uncaught Dompdf\Exception: file_get_contents(): Passing null to parameter #2 ($use_include_path) of type bool is deprecated 8192 in C:\xampp\htdocs\StudentResult\dompdf\src\Helpers.php:436 Stack trace: #0 [internal function]: Dompdf\Helpers::record_warnings(8192, ‘file_get_conten…’, ‘C:\\xampp\\htdocs…’, 340) #1 C:\xampp\htdocs\StudentResult\dompdf\src\Css\Stylesheet.php(340): file_get_contents(‘C:\\xampp\\htdocs…’, NULL, NULL) #2 C:\xampp\htdocs\StudentResult\dompdf\src\Dompdf.php(582): Dompdf\Css\Stylesheet->load_css_file(‘C:\\xampp\\htdocs…’, 1) #3 C:\xampp\htdocs\StudentResult\dompdf\src\Dompdf.php(731): Dompdf\Dompdf->processHtml() #4 C:\xampp\htdocs\StudentResult\download-result.php(137): Dompdf\Dompdf->render() #5 {main} thrown in C:\xampp\htdocs\StudentResult\dompdf\src\Helpers.php on line 436

    S May 29, 2022 5:49 pm Reply
  • Nice system, Thanks friend!, everything is working fine, only the ‘pdf result’ when I click on download and it generate it, but when I tried to open the file downloaded result.pdf, Acrobat says pdf is damaged, I am learning to develop in PHP, thanks!! I got installed php 7.3

    Carlos October 18, 2021 9:55 pm Reply
    • I fix the issue, check this in the code $dompdf->render();
      ob_end_clean();
      $dompdf->stream(“result”);

      Carlos October 25, 2021 4:15 am Reply
  • Where I can Find Admin Password

    suhaib Ali February 27, 2021 2:18 pm Reply
    • if you had find give me too

      jaana October 30, 2022 8:52 pm Reply
  • Sir could you provide report of this.

    shashidhar February 4, 2021 2:04 pm Reply
    • i will make soon

      admin February 4, 2021 11:17 pm Reply
      • i has done already but
        don’t place for student login

        help me please

        Tiengthong July 1, 2021 1:03 pm Reply
  • i need source code

    Alia October 24, 2020 9:48 am Reply
  • good job

    Alia October 24, 2020 9:45 am Reply

Leave a Reply

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