cl4ym4n
10-14-2007, 05:38 PM
Hi.
I am building an external join-us form for our trialmember-candidates.
We got a 'Join Us'-subforum in our forums...
Until now, all the people posted in there, but they missed many things to say, like age, country etc.
So i created an external form with all required fields to be filled.
All this is posted into a seperate, own mysql-table.
But i would like it to have like that:
Someone goes to the join-us form, fills out the required fields, sents the form.
Then the fields should be formatted like
Personal
Name: xx
Age: xx
Its no problem for me to get a pre-formatted string like that.
The thing is, i want to create a thread with the title 'Joining-Application by *Name*' with icon and the above named string as message.
Usually i would just INSERT INTO the threads-table, but i have no idea, how all the tables are connected to each other.
So...my question is:
Is it enough to insert the text into the thread-table or are there more tables to be updated when a new thread has been created?
Sry for my english...i'm german :D
I am building an external join-us form for our trialmember-candidates.
We got a 'Join Us'-subforum in our forums...
Until now, all the people posted in there, but they missed many things to say, like age, country etc.
So i created an external form with all required fields to be filled.
All this is posted into a seperate, own mysql-table.
But i would like it to have like that:
Someone goes to the join-us form, fills out the required fields, sents the form.
Then the fields should be formatted like
Personal
Name: xx
Age: xx
Its no problem for me to get a pre-formatted string like that.
The thing is, i want to create a thread with the title 'Joining-Application by *Name*' with icon and the above named string as message.
Usually i would just INSERT INTO the threads-table, but i have no idea, how all the tables are connected to each other.
So...my question is:
Is it enough to insert the text into the thread-table or are there more tables to be updated when a new thread has been created?
Sry for my english...i'm german :D