Question: Create a basic web form using PHP and MySQL on a library management system to : 1) Add new member + submission table (memberID, name,
Create a basic web form using PHP and MySQL on a library management system to : 1) Add new member + submission table (memberID, name, age, address) 2) Add new authors + submission table (authorID, name) 3) Add new book + submission table (BookID, title, category) 4) Displaying members in table that currently borrows a book (memberID, name, BookID, book title, borrow date, return date) 5) Displaying books and its authors in table (BookID, title, category, authorName)
*each number 1) - 5) on a different page *the duration of borrowing books can be random
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
