On Fri, 2004-10-22 at 09:05, Pablo D Marotta wrote:
> Hi, Iīm developing an intranet on Apache-PHP-Mssql.
> I need to know if thereīs any way of managing users to have access to specific
> areas inside my site, and at the same time, managing other users, giving them
> permision to acces other areas only, because all of the codes and information
> Iīve found (at least for Windows), simply give permission "to acces" and pass
> the "login screen", but donīt limitate the users navigation priviledges.
> Thanks in advance!

Assigning user levels that are stored in the db along with their other
user info comes to mind. Then you could just use if($usr_level == 'xx')
or something similar throughout the site.


-- 

s/:-[(/]/:-)/g


Brian        GnuPG -> KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu
======================================================================
gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
Key Info: http://gfx-design.com/keys
Linux Registered User #339825 at http://counter.li.org
aGEhIGJldCB5b3UgdGhpbmsgeW91IHByZXR0eSBzbGljayBmb3IgZmlndXJpbmcgb3V0I
GhvdyB0byBkZWNvZGUgdGhpcy4gVG9vIGJhZCBpdCBoYXMgbm8gc2VjcmV0IGluZm8gaW
4gaXQgaGV5Pwo=

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

Reply via email to