Update file news.php

This commit is contained in:
Jan BELLON 2024-03-12 15:49:59 +00:00
parent 9f20598827
commit 24a2c97ccf

View File

@ -67,7 +67,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT)
$req->execute(); $req->execute();
$resultat = $req->fetchAll(PDO::FETCH_ASSOC); $resultat = $req->fetchAll(PDO::FETCH_ASSOC);
echo "<h1>Dernières infos du club</h1>"; echo "<h1>Actualités 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) { if ($resultat) {