Update file user.php
This commit is contained in:
parent
10f366a149
commit
7b711b8ae9
@ -146,6 +146,7 @@ if($resultat) {
|
|||||||
$req->bindParam(":user_id", $user_id);
|
$req->bindParam(":user_id", $user_id);
|
||||||
$req->execute();
|
$req->execute();
|
||||||
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
|
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
|
||||||
|
echo "<h1>Articles de " . $user_name . "</h1>"
|
||||||
echo "<form action='' method='get'><input type='text' placeholder='Article' name='search'><input type='submit' value='Rechercher'></form>";
|
echo "<form action='' method='get'><input type='text' placeholder='Article' name='search'><input type='submit' value='Rechercher'></form>";
|
||||||
|
|
||||||
if ($resultat) {
|
if ($resultat) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user