Answer Posted / tejash gajjar
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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
How many php functions are there?
What is the purpose of $_ session?
Can we use onclick in submit button?
What are the rules for naming a php variable?
What is mysql in php?
What is the use of Php variables?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
Is ruby on rails php?
What is difference between php and html?
What is the difference between php and core php?
Is a number php?
Tell me how would you declare a function that receives one parameter name hello?
Is php worth learning in 2019?
What is a persistent cookie in php?
What is framework in php?