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..
1 ответ
+ 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