commit f17e3ebf23db35cc57af4e9717cadaf73bc3ca79 Author: MahmoudH93 Date: Fri May 2 08:02:44 2025 +0000 Téléverser les fichiers vers "/" 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