auto generated rows to database
Posted: Sat Feb 07, 2009 4:28 am
Hi everybody,
I have a problem with function
I want to store inquiries of each company in the database. But each company has different number of items in inquiry.
There is a table with user defined number of rows with text fields inside based on number of inquiries. After rows are generated name of each text field is the same. How can I add each text field data into my MySql database? Because there might be 1 row or 100 rows.
Do you have any idea how to add data of each text field?
Thanks in Advance
I have a problem with function
I want to store inquiries of each company in the database. But each company has different number of items in inquiry.
There is a table with user defined number of rows with text fields inside based on number of inquiries. After rows are generated name of each text field is the same. How can I add each text field data into my MySql database? Because there might be 1 row or 100 rows.
Do you have any idea how to add data of each text field?
Thanks in Advance