I am building a simple scheduling program for week long scheduling: Sunday - Saturday.
Under each day when the schedule is saved there will be a variable amount of employees working and the data for their shift and job code.
For example:
Sunday: Bob - Kitchen - Opening Shift Sam - Kitchen - Closing Shift Amy - Bar - Opening Shift Billy - Bar - Closing Shift
Monday: Bob - Kitchen - Opening Shift Sam - Kitchen - Opening Shift Amy - Bar - Opening Shift
And so on... Thus when the form is submitted I made need to process data for 2 employees. Or 0 employees or 10..
What is the best way to read a dynamic amount of _GET or _POST variables in this situation?