Multiple submit buttons php different actions
问题 I have a website started where I want to have 2 separate submit buttons, one of which will take data entered and do some calculations to it to display on the same screen. I've got this successfully working with: <form id="form1" name="form1" method="post" onsubmit="" onreset="" action="programname.php"> <input type="submit" name="calc" value="Find Angle"> and then I use: if (!isset($_POST['submit'])){ Do actions, display calculations} Now I want a second submit button that still grabs the