An open API service indexing awesome lists of open source software.

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

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.