Jump to content

access level in system...


j007ha

Recommended Posts

I guess you're not requesting coding, as it depends on the system. Instead I'll give you an idea of a 'users' table which holds users and their access level.

 

id   username   password   access

---------------------------------

1    admin       sha1(pass)   admin

2    john         sha1(pass)   clerk

3    smith        sha1(pass)   clerk

4    jim           sha1(pass)   normal

5    ben          sha1(pass)   normal

 

Based on the access level, you redirect the user to the section he/she belongs. You can have a master page and based on the access, you include the appropriate file. Hope that gives you an idea.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.