Update file news.php

This commit is contained in:
Jan BELLON 2024-03-08 18:49:33 +00:00
parent e3ef74bf7c
commit dac3ea7149

View File

@ -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) {