diff --git a/Aufgabe_15/index.php b/Aufgabe_15/index.php index 5b2645a..9d2d5b5 100644 --- a/Aufgabe_15/index.php +++ b/Aufgabe_15/index.php @@ -1 +1,42 @@ - \ No newline at end of file + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ +Name: $name

"; + echo "

Username: $username

"; + + if($password1 == $password2) + echo "

Beide Passwörter stimmen überein!

"; + else + echo "

Beide Passwörter stimmen nicht überein!

"; + + + +?> \ No newline at end of file diff --git a/Aufgabe_16/index.php b/Aufgabe_16/index.php index 31acd0a..dedb09e 100644 --- a/Aufgabe_16/index.php +++ b/Aufgabe_16/index.php @@ -1 +1,38 @@ - \ No newline at end of file + +
+ +
+ +
+ +
+ +
+ + +
+ +"; + + for($i = 0; $i < $heigh; $i++) + { + echo ""; + for($k = 0; $k < $length; $k++) + { + echo ""; + } + echo ""; + } + + echo ""; + + +?> \ No newline at end of file