Personal Catalogue: PHP & MySQL — Chapter 8, Exercise 1
====================================================
TASK
Add the autofocus attribute and the last_type redirect/pre-selection
logic to your own add_item.php. Add three books in a row without
touching the mouse (only Tab, typing, and Enter) and confirm the type
dropdown stays on "book" for all three without being reselected.
SOLUTION
With autofocus added to the Title , and the header() redirect
in the POST branch changed to include &last_type={$itemTypeId}, and
the item-type