mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 02:31:58 +01:00
8 lines
225 B
PHP
8 lines
225 B
PHP
<form action="form13.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>
|