Posted by Chris on 09/29/72 11:13
Use an $_SESSION array variable to contain the pages they can access.
"Dasmeet Singh" <singhdasmeet@gmail.com> wrote in message
news:20050413073109.18524.qmail@lists.php.net...
> Hi!
>
> I am developing an applicaton in PHP where different users would have
> different permissions and access to different functions/pages of website.
> Now whats the best way to do tht?
>
> One way I can think of is keep all permissions in a table and divide
> everyting on site into functions..and when every function is called, check
> whether thecurrent user has permission to particular function..
>
> But this method looks quiet complicated..is ther any other way to do this?
>
> Also if you can give me some links to articles/tutorials on user/levels
> management in PHP, it would be really helpful..
>
> Thanks in advance
[Back to original message]
|