Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Flamingo schrieb:hi,
kann wie macht man ein pflichtfeld in ein HTML formular?
<form action="abfrage.php" method="POST">
Pflichtfeld:
<input type="text" name="beispiel">
<input type="submit" value="Absenden">
</form>
wie komsmt du auf so was mit html?hi,
kann wie macht man ein pflichtfeld in ein HTML formular?
$ curl -s -F datei=@/home/niklas/uploadedatei.txt -F "variable2=``" "http://example.com"