The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
You could take a look at the file I already pointed you to since it adds the information into the database. Do you code php at all? If not, you may want to hire someone to do what you want.
|
#12
|
|||
|
|||
A little, php was never my focus. If I had the funding to hire someone, I would :P
I can look around some more. |
#13
|
|||
|
|||
If you're not including any vb code in the app you're creating, then you can use whatever language you want (you said it's an existing global registration system, so I guess it's been decided). If you are using php then you can use the mysql_query() function to do an insert to the user table, and don't specify a value for userid (or specify NULL). Then call mysql_insert_id() to get the userid created by the insert, and use that value as the userid when you insert rows in the userfield and usertextfield tables.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|