https://github.com/diveshlunker/management-system-students
A php page usingn mysql as database to manage students database with admin privilages
https://github.com/diveshlunker/management-system-students
management-students-system mysql php php-basic php-project student-management student-management-syatem student-management-system student-management-system-html student-management-system-mysql student-management-system-php student-management-system-website
Last synced: 11 months ago
JSON representation
A php page usingn mysql as database to manage students database with admin privilages
- Host: GitHub
- URL: https://github.com/diveshlunker/management-system-students
- Owner: diveshlunker
- License: apache-2.0
- Created: 2019-03-11T15:58:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T09:50:02.000Z (over 5 years ago)
- Last Synced: 2025-04-09T03:11:28.616Z (about 1 year ago)
- Topics: management-students-system, mysql, php, php-basic, php-project, student-management, student-management-syatem, student-management-system, student-management-system-html, student-management-system-mysql, student-management-system-php, student-management-system-website
- Language: PHP
- Homepage:
- Size: 228 KB
- Stars: 54
- Watchers: 3
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Management-system-students
It allows students to see their records by entering the standard and the roll.no.
As per the admin privilages,
Id: Admin
Password: Admin
In admin dashboard, you can
1. Insert student records,
2. Update student records,
3. Deleting student records.
I created MySql database in PHP My Admin and hence if you wish to use the code, create a database in my case,
database name : sms
Create two table one for student and one for admin. In my case the table names are,
Admin,Student
Also, I have used WAMP server and for using PHP My Admin, my username was root and password was"".
In case you have a different one, edit it in the dbcon.phpfile.