Update file compte.php

This commit is contained in:
Jan BELLON 2024-03-12 12:31:21 +00:00
parent 1a6cf37098
commit 92ea9a2990

View File

@ -254,7 +254,7 @@ if($resultat) {
$req->bindParam(":user_id", $user_id);
$req->execute();
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
echo "<h1>Vos articles</h1>";
echo "<h1>Editer un article</h1>";
echo "<form action='' method='get'><input type='text' placeholder='Article' name='search'><input type='submit' value='Rechercher'></form>";
if ($resultat) {