Answer Posted / sei thu htun
You can use single button and use javascript for submit
eg.
<script type="text/javascript">
function submitform()
{
document.getElementById("your_form_id").submit();
}
</script>
//in html form
<input type="button" value="Submit" onclick="submitform();"/>
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
How to delete an element from an array?
How many keywords are there in php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
where do we use htaccess?
Which php framework is best for security?
Does php support multiple inheritances?
What is the timeout period on session values?
Tell me what is the main difference between php 4 and php 5?
Tell me is it possible to submit a form with a dedicated button?
What are the advantages of triggers?
What is "print" in php?
Where can I find php ini file?
Is php a middleware?
Write a program to get second highest number in an array using php?
How does cookies work in php?