Modification de l'affichage et debuguage du php pour un fonctionnement normal.
This commit is contained in:
ccunatbrule
2022-07-18 01:23:12 +02:00
parent 5d0d3fbf2d
commit f44cb8f268
118 changed files with 748 additions and 813 deletions

View File

@@ -3,7 +3,7 @@ function get_News()
{
global $bdd;
$req = $bdd->prepare('SELECT * FROM Event WHERE lieuevent="ORVEAU" ');
$req = $bdd->prepare('SELECT * FROM Event WHERE lieu="ORVEAU" ');
$req->execute();
$event1 = $req->fetchAll();