I need some design help.
I am trying to track a bunch of related items, as well as the user who is entering the data.
I have 3 control fields (item, reviewer, scale) and 3 data fields (date, checkbox, mod).
The database (MySql) table has all 6 fields.
I want the user to be able to input multiple rows of data, and have the system automatically append it to the control field values before inserting into the database. I anticipate there being anywhere from 3-15 rows of data being added at a time.
How should I structure my input/editing page? (Form/Table/array?)
As a newbie, I just want to get this project rolling, so I figured I would ask for help and get started in the right direction.
THANKS in Advance