nolane
03-23-2003, 02:02 AM
Hello,
I'm new to the VBulliten world - I'm actually doing a contract job for a company that bought it, and I have a question.
We have a database with users that sign up to be on our website. In the same database, we've installed the vBulliten tables, etc.
Is there sample code somewhere or (better yet!) a function call already in the PHP source that makes adding new users easy? Ideally I want something like this:
vbAddNewUser( userID, Password, emailAddy );
...and whatever the other minimum required fields would be, that I can get from my OTHER "users" table (from when they sign up on our site), then just pass this info into VBulliten, and automatically get them started in the forums.
Make sense? I hope so. Anyway, if you can provide some examples on how to do this, it'd save me a ton of time.
Thanks in advance,
Nolan
I'm new to the VBulliten world - I'm actually doing a contract job for a company that bought it, and I have a question.
We have a database with users that sign up to be on our website. In the same database, we've installed the vBulliten tables, etc.
Is there sample code somewhere or (better yet!) a function call already in the PHP source that makes adding new users easy? Ideally I want something like this:
vbAddNewUser( userID, Password, emailAddy );
...and whatever the other minimum required fields would be, that I can get from my OTHER "users" table (from when they sign up on our site), then just pass this info into VBulliten, and automatically get them started in the forums.
Make sense? I hope so. Anyway, if you can provide some examples on how to do this, it'd save me a ton of time.
Thanks in advance,
Nolan