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 From 457ab6312a19281e1c33b54411cb13878913e774 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 7 Jun 2016 17:14:46 +0200 Subject: pool.php: fix --- pool.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pool.php') diff --git a/pool.php b/pool.php index 6ea0e2a..ad8de29 100644 --- a/pool.php +++ b/pool.php @@ -31,14 +31,12 @@ $max) { $max = $j; } -- cgit v1.2.3