Simple Student Report System in PHP/MYSQL with Source Code

Language

This is a Simple Student Report System in PHP/Mysql and I hope it will benefit some new programmers. This project is free and you can edit and add some new cool features as you may wish. With this simple project, IT/CS students or anyone who is learning PHP will learn some useful techniques and methods for their future PHP Project Development. I develop this web application using HTML, PHP, MySQL database, CSS, JavaScript, and Bootstrap for the design. The system has a simple user interface and has user-friendly functionalities. The source code is easy to read and easy to learn. I have also use Ajax in some features of this project so that you can also learn how to use it to give your future end-users a better experience when using your PHP Web Application.

Features

  • Login Page
  • Logout
  • Dashboard Page
  • Left Sidebar Navigation
  • Add Student
  • Edit Student
  • View Student
  • Delete Student
  • Search Student

How to Run

Requirements

  • Download and Install any local web server such as XAMPP/WAMP.
  • Download the provided source code zip file. (download button is located below)

Installation/Setup

  1. Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
  2. Extract the downloaded source code file.
  3. If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming "model".
  6. Import the provided SQL file. The file is known as "model.sql" located inside the "database" folder.
  7. Browse the Simple Student Report System in a browser. i.e. http://localhost/model

Login Credentials

Username: admin
Password: admin

DEMO

I hope this Simple Student Report System Project in PHP will help you in learning the PHP language with some libraries. Feel free to modify the way you wanted to enhance your programming capabilities/skill.

For any information or support, you can contact me @
www.lykup.com/Torrahclef
Whatsapp = +2348138652645

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 byduahmed (not verified)on Mon, 12/18/2017 - 18:29

i really appreciate for your help dude!
Submitted bysendi (not verified)on Sat, 11/23/2019 - 01:06

good php code to be used by professionals
Submitted byLadres Ibelec (not verified)on Sun, 09/11/2022 - 13:03

Hi, Thank you for this project. Helpful. Just in "Add New Student" page, I see an error; Notice: Undefined variable: id in D:\wamp64\www\Menu\main\addstudent.php on line 170 Call Stack #TimeMemoryFunctionLocation 10.0002405592{main}( )...\addstudent.php:0 " /> near to Student ID: And how can I create a public page with student list? Thanks

Add new comment