From 00fda2f0dfdaa1129949f0fa116cfaeff23ab486 Mon Sep 17 00:00:00 2001 From: Mateja Date: Mon, 28 Sep 2020 19:14:53 +0200 Subject: first commit --- test/test.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 test/test.php (limited to 'test/test.php') diff --git a/test/test.php b/test/test.php new file mode 100644 index 0000000..5bca6ac --- /dev/null +++ b/test/test.php @@ -0,0 +1,34 @@ + + + + + + + Test + + +
+"; + } else { + echo "You oki: " . $email . "
"; + } +} +function clear_input($data) { + $data = trim($data); + $data = stripslashes($data); + $data = htmlspecialchars($data); + return $data; +} +include 'test.inc.php'; +?> +
+ + +
+
+ + -- cgit v1.2.3