From 7c17f4859caa460570f7d3a79489995447733a21 Mon Sep 17 00:00:00 2001 From: szabomarton Date: Thu, 19 Sep 2024 11:54:30 +0200 Subject: [PATCH] added orai --- 20240919/index.php | 28 ++++++++++++++++++++++++++++ 20240919/process.php | 12 ++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 20240919/index.php create mode 100644 20240919/process.php diff --git a/20240919/index.php b/20240919/index.php new file mode 100644 index 0000000..6db913f --- /dev/null +++ b/20240919/index.php @@ -0,0 +1,28 @@ + + + + + + + Szöveges cucc + + +

+ Szöveges +

+
+ +
+ +
+ SZEREPEL"; + } else { + echo "

NEM SZEREPEL

"; + } + ?> + + \ No newline at end of file diff --git a/20240919/process.php b/20240919/process.php new file mode 100644 index 0000000..b60de9f --- /dev/null +++ b/20240919/process.php @@ -0,0 +1,12 @@ += 5 ){ + if (str_contains($szoveg, "alma")){ + $vane = true; + } + +} + +?> \ No newline at end of file