Update file news.php
This commit is contained in:
parent
f3d2d1401d
commit
e0209d3117
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user