auto generated rows to database

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Maksat
Forum Newbie
Posts: 1
Joined: Sat Feb 07, 2009 3:56 am

auto generated rows to database

Post by Maksat »

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
Post Reply