PHP develops a simple book lending system to create the main page
In this section we will create the main page that users will jump to after logging in.
#The header of the homepage is the catalog classification of various books.
The main page is used to display the ID number, book title, price, storage time, category, existing book inventory, and book borrowing operations.
The bottom of the main page is used to display the total number of items and information related to paging
The public header file head.php that can be called was created earlier
Use