i have a this button
<input type="button" name="continue" id="continue" value="Continue">
in php we use if($_POST['continue']) to edit the action of the submit button but only if its type is "submit". what if its type is "button"? how can i edit the action of that button?