Hallo,
ich habe auf einer Seite, 2 "<form>" warum funktioniert immer nur einer?
Was mach ich falsch oder gibt es für so etwas eine andere möglichkeit?
Im Prinzip will ich auf einem Input Button einen Link!
MfG
ich habe auf einer Seite, 2 "<form>" warum funktioniert immer nur einer?
Was mach ich falsch oder gibt es für so etwas eine andere möglichkeit?
Im Prinzip will ich auf einem Input Button einen Link!

PHP:
<form action="antwort.php" method="POST"><input type="button" value="antworten" name="antworten_button"></form>
<form action="löschen.php" method="POST"><input type="submit" value="löschen"></form>
MfG