Update file news.php

This commit is contained in:
Jan BELLON 2024-03-08 22:41:50 +00:00
parent f3d2d1401d
commit e0209d3117

View File

@ -66,7 +66,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
$req->execute();
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
echo "<h1>Dernières news du Club</h1>";
echo "<h1>Dernières infos du club</h1>";
echo "<form action='' method='get'><input type='text' placeholder='Article' name='search'><input type='submit' value='Rechercher'></form>";
if ($resultat) {