Question: Need help writing code in php thank you Overview: Write a program to read the title, and cover image URL for a list of books

Need help writing code in php thank you
Overview: Write a program to read the title, and cover image URL for a list of books from a database. The database is available on the class MySQL server, and can be connected to using the following connect string: $dbc==newmysqli("localhost","student","password","novels") The table "novels" has 2 columns, "title" and "image". The title is a text value, the image is a URL of an image. Your program should query that database, and generate a table of titles and images that matches the output in homework \#1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
