Re: [PHP] Re: User Management

2005-04-13 Thread Dasmeet Singh
This seems to be something exactly as i was looking for.. Can you pls send me some tutorials/examples/links on how to implement it? Regards, Dasmeet http://hostwindow.info Eugene Voznesensky wrote: Yoy can try this one: http://pear.php.net/package/LiveUser Hi! I am developing an applicaton in PH

Re: [PHP] Re: User Management

2005-04-13 Thread Eugene Voznesensky
Yoy can try this one: http://pear.php.net/package/LiveUser > > 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

[PHP] Re: User Management

2005-04-13 Thread chris
Use an $_SESSION array variable to contain the pages they can access. "Dasmeet Singh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi! > > I am developing an applicaton in PHP where different users would have > different permissions and access to different functions/pages of web