Hi
My purpose is to ask for informations to the visitor who want to become member.
Then the informations are listed, and when the paiement is verified, we put the informations in our "member" table, adding few data.
And then this member list is used for our activity (liste, update).
So I have a form 'inscription" wich create the data in "inscription" table, it runs well.
I have a chonoconnectivity to see the list of data of "inscription table", it runs well.
This list sends to another form "validate", wich is populated by the "inscription" table. It runs fine.
This form have to create a new row into our "member" table with the data in the form.
So I have a DB SAVE with the "member table", but it is not well update. Here is the issue.
(The "inscription" is always update, without need the DB SAVE)
1st sample : if cf_id of "inscription" table is "72" and if there is an ci_id=72 in "member" table, then the "member" table is updated. That the error I tried to solve by changing the cf_id autoincrement of the "inscription" table.
2nd sample : if cf_id of "inscription" is "300" and there is no cf_id="300" in "member" table, the new record is not created in the "member" table.
How to solve that, in order the new row in "member" table to be created ?
Greeting
Jocelyn
My purpose is to ask for informations to the visitor who want to become member.
Then the informations are listed, and when the paiement is verified, we put the informations in our "member" table, adding few data.
And then this member list is used for our activity (liste, update).
So I have a form 'inscription" wich create the data in "inscription" table, it runs well.
I have a chonoconnectivity to see the list of data of "inscription table", it runs well.
This list sends to another form "validate", wich is populated by the "inscription" table. It runs fine.
This form have to create a new row into our "member" table with the data in the form.
So I have a DB SAVE with the "member table", but it is not well update. Here is the issue.
(The "inscription" is always update, without need the DB SAVE)
1st sample : if cf_id of "inscription" table is "72" and if there is an ci_id=72 in "member" table, then the "member" table is updated. That the error I tried to solve by changing the cf_id autoincrement of the "inscription" table.
2nd sample : if cf_id of "inscription" is "300" and there is no cf_id="300" in "member" table, the new record is not created in the "member" table.
How to solve that, in order the new row in "member" table to be created ?
Greeting
Jocelyn