The interactions in this eCourse require Javascript to be enabled.
Displaying Employees
previous|next
hr_ui.inc contains a function called ui_print_employees() to display a set of department records in an HTML table The ui_print_employees() function accepts an array of rows from a query on the EMPLOYEES table, and generates an HTML table of employee records. The construct_employees() function, in the hr.php file, supplies the query results to ui_print_employees().