Hello everyone:
I have a forum in which we have 100 members and we wish to block out any new memberships. I was thinking of write a query that would block out any new memberships and I need a little help doing this.
this is what i have
the table is phpbb_users
the field name is user_id note this use id is made automatically
Should this be a sql or a php.
Would also need to change this if there is a new member that we approve.
thanks
nomad
I have a forum in which we have 100 members and we wish to block out any new memberships. I was thinking of write a query that would block out any new memberships and I need a little help doing this.
this is what i have
the table is phpbb_users
the field name is user_id note this use id is made automatically
Should this be a sql or a php.
Would also need to change this if there is a new member that we approve.
thanks
nomad
Comment