From 6b33de27f0ce3755099c7293c659def9a2815031 Mon Sep 17 00:00:00 2001 From: Digi Date: Sun, 29 Sep 2024 08:53:01 +0200 Subject: [PATCH] added session --- 20240926/char_check.php | 12 ++++++++---- 20240926/elsolap.php | 3 +++ 20240926/header.php | 5 ++++- 20240926/index.php | 7 ++++--- 20240926/input_check.php | 4 ++-- 20240926/masodiklap.php | 3 --- 20240926/style.css | 16 ++++++++++++++++ 7 files changed, 37 insertions(+), 13 deletions(-) create mode 100644 20240926/style.css diff --git a/20240926/char_check.php b/20240926/char_check.php index 5b1a75e..09cd920 100644 --- a/20240926/char_check.php +++ b/20240926/char_check.php @@ -1,14 +1,18 @@ $value) { + echo "

".$_POST['input_char'].": $value

"; + } +} - echo $locations[0]; -} \ No newline at end of file diff --git a/20240926/elsolap.php b/20240926/elsolap.php index 16a386f..5767d10 100644 --- a/20240926/elsolap.php +++ b/20240926/elsolap.php @@ -1,3 +1,6 @@ +

@@ -6,4 +8,5 @@ Document + \ No newline at end of file diff --git a/20240926/index.php b/20240926/index.php index ef50bac..df27681 100644 --- a/20240926/index.php +++ b/20240926/index.php @@ -1,6 +1,5 @@

@@ -8,16 +7,18 @@

\ No newline at end of file diff --git a/20240926/input_check.php b/20240926/input_check.php index ef7f8bb..d240478 100644 --- a/20240926/input_check.php +++ b/20240926/input_check.php @@ -1,8 +1,8 @@ Nem szabad szóközt használni

"; } diff --git a/20240926/masodiklap.php b/20240926/masodiklap.php index 1959f54..c95ad0f 100644 --- a/20240926/masodiklap.php +++ b/20240926/masodiklap.php @@ -1,6 +1,3 @@ -

Adj meg egy karaktert!

diff --git a/20240926/style.css b/20240926/style.css new file mode 100644 index 0000000..ba76d7e --- /dev/null +++ b/20240926/style.css @@ -0,0 +1,16 @@ +body{ + background-color: chocolate; + color: blue; +} + +h1, h2, p, form{ + text-align: center; +} + +p{ + font-size: large; +} + +button{ + margin-top: 1rem; +} \ No newline at end of file