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
Explain php explode() function.
What is php array function?
Difference between mysql_connect and mysql_pconnect?
What is reference variable php?
Which one is best framework for php?
How to download file in php?
What is class extend in php?
What is the difference between the functions strstr() and stristr()?
What is a string in r?
What is string and its function?
What are helpers in php?
Explain how can we increase the execution time of a php script?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is the latest version of php?
Tell me what are the different types of errors in php?