diff --git a/supprimer.php b/supprimer.php new file mode 100644 index 0000000..072a4db --- /dev/null +++ b/supprimer.php @@ -0,0 +1,16 @@ +Connexion réussie ✅
"; +} catch (\PDOException $e) { + echo "Échec de la connexion ❌ : " . $e->getMessage() . "
"; +} +?> \ No newline at end of file