I have a large form (a table of variable size with days on the y-axis and a person-ID on the x-axis), each cell containing one variable, the function of the person on this day.
The user then selects what function the person has on this day from a dropdown list. When the user has completed selecting tasks for all the days, he presses "DONE" and the information is sent to a script where we put the data into a MySQL database.
How do I complete this mission?! I can not figure out how to pass the variables (because I have a variable number) and then put it into my database.
I know this is somewhat confusing, but I dont know how else to describe my problem...