From 36f99f4f55e339f8bb16608d9a0f8955b1a6a97f Mon Sep 17 00:00:00 2001 From: FlyInTheBox Date: Wed, 15 Feb 2023 14:37:45 +0100 Subject: [PATCH] l --- Zadanie 15.02.2023/index.php | 59 ++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 Zadanie 15.02.2023/index.php diff --git a/Zadanie 15.02.2023/index.php b/Zadanie 15.02.2023/index.php new file mode 100644 index 0000000..c416c81 --- /dev/null +++ b/Zadanie 15.02.2023/index.php @@ -0,0 +1,59 @@ + + + + + + + Document + + +
+ +
+ +
+ +
+ +
+


+"; + echo var_dump(trim($_POST['space']))."
"; + echo var_dump(stripcslashes($_POST['slash']))."
"; + echo var_dump(htmlspecialchars($_POST['special']))."
"; + } ?> +


+
+
+ Roczniki + $i
"; + } + ?> +
+ + \ No newline at end of file