From a5eeee48cc563fb566536ddc1e3514f79e550c56 Mon Sep 17 00:00:00 2001 From: Goeran Heinemann Date: Sun, 8 Mar 2020 13:47:14 +0100 Subject: [PATCH] tabelle nicht anzeigen --- html/laender.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/laender.php b/html/laender.php index a9007d5..63648b8 100644 --- a/html/laender.php +++ b/html/laender.php @@ -22,7 +22,7 @@ if(isset($_GET['land'])){ $stmt->bindParam(1, $like); $stmt->execute(); $data = $stmt->fetchAll(PDO::FETCH_ASSOC); - echo ''; + /*echo '
'; echo ''; foreach ($data as $row){ echo ''; @@ -30,7 +30,7 @@ if(isset($_GET['land'])){ echo ''; } echo ''; - } + }*/ echo '
idScan-Noinfecteddeadactivecuredtime
'.$item.'
'; } ?>