mattyboi
05-04-2006, 10:10 PM
Okay, was not quite sure what topic to post this on.
I have one form in a php page. In that form there are several rows, each with several input boxes. These rows represent individual products and their price. You may add as many products as you want by clicking a add product button and it will add another row using javascript. When you are finished adding your products you then click submit. For each product I would like it to insert an individual record in the products table.
For example if you add 10 products, when you click submit it will add 10 records in the product table.
Can you give me some direction in the matter.
Thanks
I have one form in a php page. In that form there are several rows, each with several input boxes. These rows represent individual products and their price. You may add as many products as you want by clicking a add product button and it will add another row using javascript. When you are finished adding your products you then click submit. For each product I would like it to insert an individual record in the products table.
For example if you add 10 products, when you click submit it will add 10 records in the product table.
Can you give me some direction in the matter.
Thanks