Here's my problem. I need to create a form that allows the user to populate a database driven page....not a problem......
.....every time information from the form is submitted it gets added to the page in the order that it was inputted...... again not a problem.....
But, the user want's the ability to add information into a table (if required) that would appear in the page, the table my be variable numbers of rows and fields and has to appear in order of input on the page. Any ideas? I can't get them to type in the html table data as they know no html. I realise that i'm going to have to split the info across 2 tables, but was wondering if someone, anyone could give me a starting point or highlight any pit falls that i'll come across.
Any feedback very much appreciated.
mark