Simple Student Information System using PHP with Source Code

Language

This is a simple PHP Web application entitled Simple Student Information System. This project will help you learn a simple way in developing an Information System using PHP Language. This simple information system allow the students to register and input their informations. The student can also see the details of other students by searching them. The system uses Bootstrap Framwork for the design of this web application to give the end-users/students a better experience while using it. Search box has a suggestion box list with the help of jQuery Library. The suggestion box list the students that names are likely similar to characters entered in the search box. The web application's template is a Responsive which means the design of this simple project will automatically adjust in any size of screen especially in mobile.

This simple web application is free to download. You can download the source code zip file below. Continue reading this article to know the features and how to run this PHP Web application.

Features

  • Login/Logout
  • Registration
  • Student's Information
  • Search Box
  • View Other Students information
  • Update Account Information

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 "studentinfosystem".
  6. Import the provided SQL file. The file is known as "studentinfosystem.sql" located inside the extracted source code folder.
  7. Browse the Simple Student Information System in a browser. i.e. http://localhost/studentinfosystem

Sample Student Access

Username: testuser
Password: testuser

Note: You can redirect to the registration page by clicking the "Need an account?" link in the login page.

Demo

That's it! You can now explore the features and functionalities of this simple PHP Project. I hope this project will help you with what you are looking for and you will find something useful 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

Submitted byShishir Roy (not verified)on Thu, 07/20/2017 - 16:40

Hello Sir,

I try to follow all of the projects from this site and love to practice. In this project, I can't log into the admin page. Could you please help me to log in the project admin panel, please?

~ Shishir

Add new comment