Personal Catalogue: PHP & MySQL — Chapter 4, Exercise 2 ==================================================== TASK Add the same label-switching script to edit_item.php, and confirm that opening the edit form for an existing DVD shows "Director" and "Region code" correctly pre-labeled on page load, before any dropdown change happens. SOLUTION The markup and script additions are identical to add_item.php's own version from Exercise 1 — the same ids, the same data-name attributes, the same two label maps, and the same updateLabels() function. The one detail that matters specifically for edit_item.php: the dropdown's own currently-selected