How to insert data from db and retrieve id for particular item from combobox ? can anyone help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to insert data from db and retrieve id for particular item from combobox ? can anyone help me?

I've one table for supplier name (combobox 1)and 2nd table Medicine name(combobox 2) And the third table for form which i have to insert data from combobox 1&2 into 3rd table.

17th Nov 2020, 8:36 PM
vikas chaudhary
vikas chaudhary - avatar
1 Answer
0
Php+mysql: Select table1.supplierName, table2.MedicineName From table1,table2 Where ... Fetch in variables in php Insert into table3 (columnName1,..) Values (fetchesValue)
29th Nov 2020, 9:16 PM
Václav Dostál
Václav Dostál - avatar