I have a form with a select box which is dynamically populated from db. Based on the selection, additional data populates other linked boxes (an input and a textarea). The general idea: the list box has a list of products; once a product is selected, three other input boxes are populated --
box 1 = "product desc"
Box 2 = "inventory"
box 3 = "unit price"

The preceding completes the selection of product A. Now suppose I want to give the user the option of selecting another product B, any ideas on how I can achieve this? Part of the challenge --at least for me, is that this will need to stored to db, so I need to create names for the values of any additional products that are selected.

Any thoughts!

Any help on this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.