Re: [PHP] Login System with access levels

2001-03-16 Thread yavo
rname AND password = password. How about you make another table with permisions and have a many-to-many relationship with the users table. Then you'll just check if the user has the given permission. It's harder to do but you'll apresiate the flexibility it provides. --yavo

Re: [PHP] Login System with access levels

2001-03-16 Thread yavo
e AND password = password. How about you make another table with permisions and have a many-to-many relationship with the users table. Then you'll just check if the user has the given permission. It's harder to do but you'll apresiate the flexibility it provides. --yavo