Page 1 of 1

Login Script

Posted: Fri Feb 09, 2007 11:58 am
by fullfocus
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.

Posted: Fri Feb 09, 2007 12:04 pm
by daedalus__
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.

Re: Login Script

Posted: Fri Feb 09, 2007 4:37 pm
by RobertGonzalez
fullfocus wrote:Is this possible to do? If so, what would be the best way to approach this?
Yes.

Grab a tutorial, start coding and post here with questions.