Update file news.php
This commit is contained in:
parent
e3ef74bf7c
commit
dac3ea7149
@ -80,7 +80,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
|
||||
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
echo "<h1>Dernières news du Club</h1>";
|
||||
echo "<form action='' method='get'><input type='text' placeholder='Rechercher un article' name='search'></form>"
|
||||
echo "<form action='' method='get'><input type='text' placeholder='Rechercher un article' name='search'></form>";
|
||||
|
||||
if ($resultat) {
|
||||
foreach($resultat as $row) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user