From 7b711b8ae90b188a0380e4ed1526ba2301427220 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 21:54:52 +0000 Subject: [PATCH] Update file user.php --- html/user.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/user.php b/html/user.php index 1c642910..75c2e180 100644 --- a/html/user.php +++ b/html/user.php @@ -146,6 +146,7 @@ if($resultat) { $req->bindParam(":user_id", $user_id); $req->execute(); $resultat = $req->fetchAll(PDO::FETCH_ASSOC); + echo "

Articles de " . $user_name . "

" echo "
"; if ($resultat) {