mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 02:31:58 +01:00
8 lines
224 B
PHP
8 lines
224 B
PHP
|
<form action="form2.php" method="post">
|
||
|
<p>Geben Sie hier Ihren Text ein:</p>
|
||
|
<input type="text" size="20" name="Inhalt">
|
||
|
<br>
|
||
|
<br>
|
||
|
<input type="submit" value="Absenden">
|
||
|
</form>
|