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.
Login Script
Moderator: General Moderators
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
It's very possible.
Grab a copy of the manual, then start designing on paper.
You need to know how to access and use databases, and may want to read about Access Control.
Grab a copy of the manual, then start designing on paper.
You need to know how to access and use databases, and may want to read about Access Control.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Login Script
Yes.fullfocus wrote:Is this possible to do? If so, what would be the best way to approach this?
Grab a tutorial, start coding and post here with questions.