mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-05 22:55:14 +01:00
Initiale Version
This commit is contained in:
10
Kapitel_2/Lektion_12/1_POST.php
Normal file
10
Kapitel_2/Lektion_12/1_POST.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
var_dump($_POST);
|
||||
|
||||
?>
|
||||
<form action="" method="post">
|
||||
<input type="text" name="benutzername"/>
|
||||
<input type="password" name="password"/>
|
||||
<input type="submit"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user