Login Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fullfocus
Forum Commoner
Posts: 33
Joined: Fri Jun 30, 2006 2:51 pm

Login Script

Post 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.
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post 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.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Login Script

Post 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.
Post Reply