Update file compte.php
This commit is contained in:
parent
1a6cf37098
commit
92ea9a2990
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user