Hello:
I'm trying to create an administration page.
The application is to give doctors, medical assistants, front office support and transcriptionists the ability to upload and download files. Each of these groups of people will require different levels of access. Some are allowed to view and edit. Some are only allowed to view.
The users are all going to be assigned a level of access. I need to write a script, based on the access level of the user, that will direct the user to the area of the website where he/she is allowed. Each access level will have their own main menu which will show the functions that are available for that level.
Is this possible to do? If so, what would be the best way to approach this?
Thank you for your time.