How to do an admin log in and student log in in which admin can edit,delete,etc data and student can only view it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to do an admin log in and student log in in which admin can edit,delete,etc data and student can only view it

I'm an IT student making a sample website using php and mySQL..i plan to do a basic student information system..

24th Feb 2019, 3:11 AM
Ken Ruzzel Rivas
Ken Ruzzel Rivas - avatar
1 Answer
+ 1
Well,I guess you could set a column "privilege" and set a condition to let a certain admins to edit and student not, if your also programing a GUI,you could set that if privilege is student,then the edit function is disabled
24th Feb 2019, 3:57 AM
Alandec