10-31-2016, 08:28 PM
I think you are right that with only 5 levels you might want to eiter write a switch statement or 5 if statements. Or you can make a table with 3 columns... Id, permission id and can add. Then you run a query to get back the options.
If you just want to deal with the admin issues you could let them access the admin-users page and everyone else use the new page.
If you just want to deal with the admin issues you could let them access the admin-users page and everyone else use the new page.