From b2a09cd7fa6ac88e4007f7e6e0a2e13767f7f501 Mon Sep 17 00:00:00 2001 From: Goeran Heinemann Date: Fri, 6 Mar 2020 13:12:31 +0100 Subject: [PATCH] status der worldometer daten --- status.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 status.php diff --git a/status.php b/status.php new file mode 100644 index 0000000..b03a3a3 --- /dev/null +++ b/status.php @@ -0,0 +1,9 @@ +'; +foreach ($pdo->query($sql) as $row){ + echo ''.$row['id'].''.$row['place'].''.$row['amount'].''; +} +echo ''; \ No newline at end of file