anderen scan verwenden
This commit is contained in:
parent
772197a0e0
commit
0c6b483a56
@ -217,7 +217,7 @@ $data = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
<?php
|
||||
|
||||
$sql = "SELECT * FROM data where scan = (select MAX(scans.id) from scans inner join data on data.scan=scans.id where site=2) order by active desc limit 50";
|
||||
$sql = "SELECT * FROM data where scan = (select MAX(scans.id) from scans inner join data on data.scan=scans.id where site=7) order by active desc limit 500";
|
||||
echo '<h2>Weltweite Daten - Top 50</h2>';
|
||||
echo '<table style="width: 100%">';
|
||||
echo '<tr><th>Platz</th><th>Land</th><th>Aktive Fälle</th><th>kumulative Fallzahl</th><th>geheilte</th><th>Todesfälle</th></tr>';
|
||||
|
Loading…
Reference in New Issue
Block a user