How can we submit a form without a submit button?
Answer Posted / mohit.c.mehta
<form id="form1" name="form1" method="post" action="mm.php">
<INPUT TYPE="IMAGE" SRC="images/any_image.gif" ALT="Submit
button">
</form>
| Is This Answer Correct ? | 33 Yes | 27 No |
Post New Answer View All Answers
What are php magic methods/functions?
How to uploaded files to a table?
Explain PHP?
What are computer variables?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
How do we get the current session id?
What is escape data in php?
Is php a middleware?
What is an object in php?
Define urlencode() and urldecode() used in php?
What is the difference between myisam and innodb?
How to reset/destroy a cookie?
Is php still relevant 2019?
What is the use of header() function in php?
What is php mainly used for?