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
Can constructor be private in php?
Where is session id stored?
What are the methods to submit form in php?
What are the Advantages and Application Areas of PHP?
What are getters and setters and why are they important?
Why php language is used?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is session_register()?
How to parse configuration file in php?
Explain me how failures in execution are handled with include() and require() functions?
What is php and why we use it?
Which is better wamp or xampp?
Is php 7 backwards compatible?
What type of language is php?
Tell me what library is used for pdf in php?