Project detail




Project information
- Category: Web Development
- Project Title: Login_Use of server-side code (PHP) that will interact with a database (MySQL)
- Project date: 21 Dec, 2020
Task: Provide an input text field for employee number that will list all the departments that particular employee works for and the dates they worked in this department. From the dept_emp table the following information should be retrieved: emp_no, dept_no, from_date, and to_date.