From f17e3ebf23db35cc57af4e9717cadaf73bc3ca79 Mon Sep 17 00:00:00 2001 From: MahmoudH93 Date: Fri, 2 May 2025 08:02:44 +0000 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"/"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 32 ++++++++++++++++++++++++++++++++ pdo.php | 16 ++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 index.php create mode 100644 pdo.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..a3509d1 --- /dev/null +++ b/index.php @@ -0,0 +1,32 @@ + + + + Ma super bibliothèque + + + + + + + + + +

Bibliothèque

+ + + + + + + + \ No newline at end of file diff --git a/pdo.php b/pdo.php new file mode 100644 index 0000000..072a4db --- /dev/null +++ b/pdo.php @@ -0,0 +1,16 @@ +Connexion réussie ✅

"; +} catch (\PDOException $e) { + echo "

Échec de la connexion ❌ : " . $e->getMessage() . "

"; +} +?> \ No newline at end of file