From ed17579448fee96310d634aed796d2ffe487de0f Mon Sep 17 00:00:00 2001 From: Schuledaniel Date: Wed, 19 Nov 2025 13:47:58 +0100 Subject: [PATCH] task: log acces in txt file --- Zweites Jahr/README.md | 7 +++- Zweites Jahr/log_access/access_log.txt | 3 ++ Zweites Jahr/log_access/log_access.php | 54 ++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 1 deletion(-) create mode 100755 Zweites Jahr/log_access/access_log.txt create mode 100644 Zweites Jahr/log_access/log_access.php diff --git a/Zweites Jahr/README.md b/Zweites Jahr/README.md index 593f7c3..e278f62 100644 --- a/Zweites Jahr/README.md +++ b/Zweites Jahr/README.md @@ -5,8 +5,13 @@ *Wir warscheinlich nie aktuell aber egaaaal* -### 18-11-25 - PHP +### 19-11-25 - PHP +- Übung Datei lesen/schreiben + + +### 18-11-25 - PHP + - Datein lesen ### Davor diff --git a/Zweites Jahr/log_access/access_log.txt b/Zweites Jahr/log_access/access_log.txt new file mode 100755 index 0000000..912a8ed --- /dev/null +++ b/Zweites Jahr/log_access/access_log.txt @@ -0,0 +1,3 @@ +Count | Date | IP +1 | 1763556283 | 127.0.0.1 +1 | 1763556285 | 127.0.0.1 diff --git a/Zweites Jahr/log_access/log_access.php b/Zweites Jahr/log_access/log_access.php new file mode 100644 index 0000000..77e55e3 --- /dev/null +++ b/Zweites Jahr/log_access/log_access.php @@ -0,0 +1,54 @@ + + + + + + Document + + + + + + + +