/* Decoded by unphp.net */ $maximum) { $left += 1; $right = 1; if ($left > $maximum) { $left = 1; } } // save the current left and right numbers $_SESSION["left"] = $left; $_SESSION["right"] = $right; // for debugging purposes we need to allow the // maximum to be changed using a query string. if (isset($_GET["maximum"])) { $_SESSION["maximum"] = (int)$_GET["maximum"]; } ?>