create a page (or more) to allow administrators to modify the database content built in the previous weeks using Hypertext Markup Language (HTML)/PHP interface. Build the following page or pages using PHP script:
Create an admin page that provides the following functionalities:Add a new book to the appropriate table that you created in the Week 3 Project. Item should have data for each of the fields in your table.Delete an existing book from the appropriate table.Modify the name of an item in the appropriate table.If there is a field for price, modify the price of an item in the appropriate table.
Submit screenshots for each operation together with your HTML and PHP code in the appropriate Project.