Question: Please I need PHP code (PDO) for check table (books) if not exist print error, and if books table exist insert data into books. $conn

Please I need PHP code (PDO) for check table (books) if not exist print error, and if books table exist insert data into books.

$conn = new PDO($dsn, $username, $password);

$sql = "INSERT INTO books(booktitle, description, price, category) VALUES ('$bookTitle', '$describtion', $price, '$category')";

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 Databases Questions!