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.'
'; } ?>