Re: [PHP-DB] Suggestions please!

2005-11-22 Thread Graham Cossey
On 11/21/05, Micah Stevens <[EMAIL PROTECTED]> wrote: > Sounds like a decision needs to be made. If statements were born for that. > On Monday 21 November 2005 3:41 am, JeRRy wrote: > > Hi, > > > > Okay I have a dj site, I have alogin script and cookies to handle the > > login. > > > > Next I w

Re: [PHP-DB] Suggestions please!

2005-11-22 Thread Joseph Crawford
you might want to create a table called perms and have each row contain a user id and a perm for each the way i have mine setup is a bit more complex but fully configurable. Here's how i would set it up user_permissions - user_id - action - value user_actions - id - title users - id - username