Update
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<body>
|
||||
<form action="walthorz.php" method="POST">
|
||||
<label for="zahl">Gebe deine Lieblingszahl ein</label>
|
||||
<input type="number" id="zahl"></input>
|
||||
<input type="number" id="zahl" value="zahl"></input>
|
||||
<input type="submit">Let's go!</input>
|
||||
</form>
|
||||
</body>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$val = $_REQUEST['zahl'];
|
||||
$val = $_POST['zahl'];
|
||||
|
||||
if ($val == "420") {
|
||||
header("Location: waltermode2.html");
|
||||
|
Reference in New Issue
Block a user