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