$value) { if (preg_match($pattern, $key) == 1) { $annotations[$key] = htmlspecialchars(urlDecode($value), ENT_QUOTES); } } // The scale annotation $annotations["{scale}"] = "1 : " . $scaleDenominator; } function GetRequestMethod() { if($_SERVER['REQUEST_METHOD'] == "POST") { return $_POST; } else { return $_GET; } } ?>