From 34e4de4d2017b38761472e6ca1fac9d91075657a Mon Sep 17 00:00:00 2001 From: Wisdurm Date: Thu, 6 Nov 2025 14:10:52 +0200 Subject: [PATCH] :sob: :sob: :sob: :sob: --- public/game.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 public/game.php diff --git a/public/game.php b/public/game.php new file mode 100644 index 0000000..bb169ff --- /dev/null +++ b/public/game.php @@ -0,0 +1,44 @@ +query($sql); + if ($result->num_rows == 0) { + // TODO: Error handling + die(); + } + $user = $result->fetch_assoc(); + // Valitse opettajan +} + +?> + + +
+ + + + + +
+ -- 2.47.3