From 83db5f918da692f13bd0fd886caf5374337e1d00 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 7 Jun 2016 17:11:08 +0200 Subject: pool --- pool.php | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 pool.php (limited to 'pool.php') diff --git a/pool.php b/pool.php new file mode 100644 index 0000000..6ea0e2a --- /dev/null +++ b/pool.php @@ -0,0 +1,64 @@ + + + + + + Pool + + + + + + + +

Click on a table cell, enter your name, and click 'Begin' to begin your session. Reload the page if you clicked on the wrong cell.

+ + +
#0
+
+
+
+
+
+ + + + + + $max) { + $max = $j; + } + } + fclose($f); + + for ($i=1; $i<=$max; $i++) { + echo "\n"; + if ($i%5 == 0) { + echo "\n"; + } + } + ?> + + +
#".$i."
".$b[$i]."
+ + + +
+ + + -- cgit v1.2.3