diff --git a/html/index.php b/html/index.php index c5165e9..ed46408 100644 --- a/html/index.php +++ b/html/index.php @@ -111,7 +111,6 @@ $data = $stmt->fetchAll(PDO::FETCH_ASSOC); Fallzahlen in Deutschland - Nach Robert Koch Institut'; @@ -124,98 +123,6 @@ foreach ($pdo->query($sql) as $row){ } echo ''; -//grafik -$sql = "SELECT scans.id, place, amount, time FROM `data` inner join scans on scans.id=data.scan WHERE place like '%total%' group by amount order by time asc "; -$stmt = $pdo->query($sql); -$data = $stmt->fetchAll(PDO::FETCH_ASSOC); -?> - -
- -
- - - -Weltweite Daten - Top 50';