Hey Everyone,

I'm struggling with an application I'm building for a client.

Depending on the person logged in, they have an authorization level
attached to their profile (1 for Administrator, 2 for Manager, etc).

When they successfully login, they are presented with a menu that is customized with options that can only be seen by certain ID levels, such as:

ID = 1:
View Ticket
Add Ticket
Edit Ticket
Delete Ticket
Reassign Ticket

ID = 2
View Ticket
Add Ticket

etc etc etc.

I was thinking of using an if statement, but I'm not quite sure how to tie this into the login application I've created in DW MX 2004.

Has anyone done this before? I'm looking for some direction on how to proceed.

Thanks,

Justin Kozuch

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to