For your project you are to create an application that willallow the user to build a catalog of items in a MySQL database.Using PHP
The catalog may be for a list of books, music recordings,college courses, clothes, etc., —anything else for which anexpandable list, readily accessible from the Internet might contain(use your imagination).
DATABASE When the project is executed or opened for the firsttime, it will build a MySQL database that contains:
1. an index field which is auto-incrementing;
2. three additional fields: author (or item) title description(These fields may differ depending on the type of catalog you wishto build.) USER INTERFACE The user
OR
OR