Posted by Jerry Stuckle on 05/10/06 01:28
reandeau wrote:
> Sounds like your going down the right track.
>
> Putting users into groups is easily accomplished by creating a field in
> your MySQL user table (for example: groupID). You would then store the
> corresponding group id in that field.
>
> Feel free to send me more specs and I'll give you a quote.
>
> Jon
>
A better way would be to have a second table with two columns - group id and
user id. That way a user can be in more than one group.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|