Hi,
I am new to PHP and am having trouble coming up with a solution for this problem.
I am dynamically creating a table inside a form that lists the gear that a company uses and has a text field that people can enter the as number of each bit of equipment used. I need it to generate the gear list dynamically so if any equipment is changed in the database it is also changed on the form.
I can't find a way to insert all the equipment that is used, I am only able to insert the last bit of gear entered in the table.
Is it possible to do what I want this to do or am I completely off track.
Any advice would be much appreciated
Michael