can we make single form multiple submit buttons
hi guys
i want to make a single form having multiple submit buttons and every button have its different destination
like
form name="form1" method="post" action="">
<input type="text" name="textfield">
<input name="edit" type="submit" id="edit" value="edit">
<input name="upload" type="submit" id="upload" value="upload">
</form>
i want do do that on
on submit the edit button the next page will edit.php
on submit the upload button the next page will upload.php
is this possible
reply me soon plzzzzzzzzzzz
|