connect_error) {
die(“Connection failed: ” . $conn->connect_error);
}

// Perform database operations here…

// Close the connection
$conn->close();
?>