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.
<form action="form.php" method="post">
if (false === isset($_POST["go"]))
{
// hier kommt der code rein wenn das formular noch nicht abgeschickt //wurde, also der submit button noch nicht gedrueckt wurde, sprich das //formular etc
}
else
{
// hier kommt der code rein wenn der button gedrueckt wurde
}
<meta http-equiv="refresh" content="0; URL=form.php">
Und warum sollte das mit der o.g. Lösung nicht möglich sein?Ich möchte aber, dass die Formular Ergebnisse unter dem eigentlichen Formular stehen.