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