Update file news.php

This commit is contained in:
Jan BELLON 2024-03-08 19:09:05 +00:00
parent 4f1e3c673f
commit 24c157d4c0

View File

@ -55,7 +55,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='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) {
foreach($resultat as $row) {