Here's the basic thing
I created a form tools which let users to create their own forms and maintain the data online which is stored in a Mysql database table.
The serial number is primary key.
The problem started when I logged into the fform with three different accounts from three systems at a time.
Thesserial number was same in all the three system and when it saves the data as you can imagine, it will store only one system's input and rest of them won't be able to work.
So how can I resolve this.
I mean if multiple user are working on same form no. how do it resolve while inserting to dB.
I created a form tools which let users to create their own forms and maintain the data online which is stored in a Mysql database table.
The serial number is primary key.
The problem started when I logged into the fform with three different accounts from three systems at a time.
Thesserial number was same in all the three system and when it saves the data as you can imagine, it will store only one system's input and rest of them won't be able to work.
So how can I resolve this.
I mean if multiple user are working on same form no. how do it resolve while inserting to dB.