prepare("INSERT INTO livres (titre, auteur) VALUES (?, ?)") ->execute([$_POST['titre'], $_POST['auteur']]); header("Location: index.php"); exit; } ?>
Retour