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