in reply to (Ovid) Re: Help With Multiple Form Fields
in thread Help With Multiple Form Fields

Cool beans! That is so much more legible. The only other thing I need to do is have it print for multiple entries. I started the script to do one single row. What I need is for my script to work with 30 employees. So I need some sort of loop.

I'm not sure wheather to use while or foreach And how exactly to accept all of the data if each form field is say

<input type=text name=employee>

All of my form fields have the same name (date, employee, sshift, eshift) assigned to allow adding of employees.