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