I'm working a site for school officials to manage teacher applications data but can't find a solution to 2 issues.
Issue 1: Is it possible while viewing the table newly registered applicants such as Mr. Jones (science), Ms. Smith (Science), Mr. Thompson, Ms. Clark, and Mr. Howard, etc....that using a check box option for each applicant, the Human Resources manager (site Admin) has the option to select applicants and 'Move selected' to another 'table' such as 'Science Teachers'...so that when the table for Science Teachers is viewed, Mr. Jones and Ms. Smith are included in the Science Teachers group.
Basically the ability to move (or copy) a record using a 'move selected' to 'xyz page' menu option.
Issue 2: I have 1 table for HR Managers to use for 'New Applicants'. But I'm having trouble allowing more than 1 HR staff to use the same page at a time. For example, HR Staff #1 logs in and enters applicants data. Then later while HR Staff #1 is still working, HR Staff#2 logs in and begins to enter data from other applicants. The Problem is HR Staff #2's records are not stored.
Could anyone offer some insight into how to solve these issues inside PHPRunner?
Cheers
Tokyoj
(I'm PHP basic, MySQL average and HTML bored)