mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 15:13:42 +01:00
11 lines
185 B
PHP
11 lines
185 B
PHP
|
<?php
|
||
|
|
||
|
var_dump($_POST);
|
||
|
|
||
|
?>
|
||
|
<form action="" method="post">
|
||
|
<input type="text" name="benutzername"/>
|
||
|
<input type="password" name="password"/>
|
||
|
<input type="submit"/>
|
||
|
</form>
|