Question: I am building a website using PHP , HTML and MySQL for a class. I need to create a page to let users add new,

I am building a website using PHP, HTML and MySQL for a class. I need to create a page to let users add new, edit and delete records in a table.
I am using phpMyAdmin to host my bookinfo database. The table's name is books. Rows include AuthorFirstName, AuthorLastName, Title, and Series.
My goal is to allow users to see the books already entered into the table. As well as being able to add new books, edit existing entries and delete them as well. I would like a page dedicated to entering new books.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!