Adding a user(s) by the admin

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
liderbug
Forum Newbie
Posts: 19
Joined: Tue Jul 23, 2002 2:18 pm

Adding a user(s) by the admin

Post by liderbug »

One of those needle in the haystack ...

I want to set up a forum (priv&hidden) and I want to add a dozen users.
I know their emails etc, can give passwd etc. But I can't figure out how to add
a user without them going to the site and adding themselves.

Or do I have to "insert into users values (x, y, z...)"

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
Overall you simply need to insert their information in the database.
Post Reply