I am looking for a very basic CMS with user authentification... I get stuck on how to make multiple admins <b>without</b> doing something like :
$admin = 1 $member = 0
type of stuff... What is another way to make different levels of membership?
Is there a way to do this using an Apache comand with php? Just a thought? Because I don't really want to turn global settings off to have multiple levels of membership to my site...
im currently writing my own WCMS www.global-european.com/myphpwcms/index.php i created a table in my database for member i added a fields called usrlvl if usrlvl == 1 then the member is an admin if usrlvl == 2 then user is a standard member
if you need some help give me a shout