How to make multiple action in HTML form

mephisto_inside

New Member
Say I want to make double action in HTML form.[*]The first action would be to examle1.php[*]And the second action would be to example2.phpI have code like this\[code\]<form name="input" action="" method="post">Username: <input type="text" name="user"><input type="submit" value="http://stackoverflow.com/questions/13784336/Submit"></form>\[/code\]So, how to insert the 2 actions above to the \[code\]action=""\[/code\]?Is it possible to do that?
 
Back
Top