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
/temp is a type of filesystem directory. State Whether True or False?
What are the differences between session and cookie?
How to Pass JSON Data in a URL using CURL in PHP?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
Explain object-oriented methodology in php?
What are headers in php?
What is overriding in php?
Tell me what should we do to be able to export data into an excel file?
What is the use of trim in php?
What is session_start () in php?
Which are the best start and end tags to use?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
How to call a php function from html button?
Explain how we can retrieve the data in the result set of mysql using php?
Tools used for drawing er diagrams?