die rede war von der syntax von php.
nicht von html.
nicht von html.
echo "
<form method=\\"post\\" action=\\"versand.php\\">
<input name=text1 type=hidden value=\\"$text_absender\\">
<input name=email type=hidden value=\\"$mail\\">
<h3>Lesbare Bestätigung</h3>
Deine Buchung ist<br />
Absender: $text_absender<br/ >
emailadresse:$mail<br/ >
weitere info $undsowseiter....<br/ >
<br>
<input type=submit name=\\"submit\\" value=\\"OK\\">
</form>
";
echo "<form action=index.php method=post>
<input type=submit name=\\"submit\\" value=\\"Abbrechen\\">
</form>
";
echo ' <br /><br />
<form method="post" action="versand.php">
<input type="submit" name=submit value="Buchung verbindlich absenden">
<input name=text1 type=hidden value="'. $text_absender .'">
<input name=email type=hidden value="'. $mail .'">
</form>';
Kommentar