I want to limit the number of users from different groups allowed to create
a user account on a website. I belive that can be done using two tables in a
DB, one for the user accounts and one for the group information (with one
field 'maxusers'). I even want to limit the time for the account to be
valid. This can't be too hard to accomplish, but I'm new to mysql, so help
would be appreciated. (Yes, I have tried to read the mysql-manual, but when
you don't know what to look for that can be really hard)



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to