Work Schedule Editor

I am developing an online schedule viewer for employees at work and a schedule editor for the managers. One part I can’t figure out is how to update multiple SQL rows for when the schedule is being edited.

The interface of the edit page will be a normal schedule with text boxes in the cells, so the manager may edit all the times on one page. (Kinda like when you edit multiple rows on PHPmyadmin)

What code would be used to update all of these at once?

Thanks

–Stefano

Sponsor our Newsletter | Privacy Policy | Terms of Service