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
Get step-by-step solutions from verified subject matter experts
