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: 5 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T09:50:02.000Z (over 4 years ago)
- Last Synced: 2024-05-16T01:03:51.230Z (11 months 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: 43
- Watchers: 4
- Forks: 32
- Open Issues: 2
-
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.