two submit buttons in one form different action php

Posted

Your

tag specifies the action to take when the submit button is pressed - but we can only specify a single action. One way to get around this is to handle each button's OnClick event and set the "action" for the form dynamically:

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert.