Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User groups..?

Status
Not open for further replies.

adamsoderqvist

Programmer
Sep 8, 2001
136
SE
Hi everyone,

I'm planning on developing an intern forum/discussion board.

In this ASP application I would like to have different user groups, that can view only certain things in the forum (i.e.: only messages in "my" group, etc).

The groups should be "set-able"/editable by the admninistrator, and/or the users themselfs.

Could anyone give me some ideas on how to start this thing...?


Thanx!
 
Make a table in your DB called groups and create a field in the users table linking to the groups table. Should be pretty easy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top