Lab: jEditable Suppliers Make a Jeditable Datatable that displays the supplier of the Northwind database. The SupplierID should be hidden so that the user cannot change that. The remaining fields
should be editable and the database should be updated when the user edits the field and hit the Enter key.
Lab: PDF of Northwind Customers Write PHP code that generates a PDF displaying at least five fields of the Customer data in the Northwind database. Add code that places the field names in a table
header at the top of each page.