add initial auftakt files

This commit is contained in:
csimonis 2024-09-17 14:03:09 +02:00
commit 29aa8a9615
5 changed files with 37 additions and 0 deletions

9
auftakt/submit.php Normal file
View file

@ -0,0 +1,9 @@
<?php
$number = $_POST['number'];
if ($number === '21') {
echo "richtig";
} else {
echo "falsch";
}