Student Record System is developed using PHP, CSS, Bootstrap, and JavaScript. The project contains the staff side and the admin side. From the admin panel, he/she can maintain a student’s profiles as well as teacher’s profiles and also can search for a respective student record. The Admin plays an important role in the management of the system. While from the staff panel, he/she can maintain a student’s profiles and his/her own profile.
About This Student Record System PHP Project :
Talking about the features of this system, it contains the Admin and staff sections. In order to register a teacher as a staff, first, the admin has to provide a username and password. Then he/she can proceed further from the username and passwords. After logging in, he/she can edit his/her own profile as well as students’ profiles and also can enroll or edit the student’s details.
How To Run This Student Record System PHP Project ?
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 “acourse” and then click on the import tab
- 7th Step: Click on browse file and select “acourse.sql” file
- 8th Step: Click on go.
After Creating Database,
- 9th Step: Open a browser and go to URL “http://localhost/Student-Information-system/”
Note : For admin panel, go to URL “http://localhost/Student-Information-system/admin/” and Also, LOGIN DETAILS ARE PROVIDED IN “Readme.txt” FILE INSIDE THE PROJECT FOLDER