How can we submit a form without a submit buttom?
Answer Posted / abhishek anand
Use image element instead submit button
<input type="img" src="img_path/img_name.src">
give the action page name as action attribute in form
element like
<form name="myform' action="myaction.php">
The Image element will work very similar as submit button.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to check curl is enabled or not in PHP
What is the difference between query and question?
Explain me what are the main error types in php and how do they differ?
What are the advantages of php mysql?
What is symfony php?
List the different types of print functions available in php?
Tell me what is the main difference between php 4 and php 5?
What is overriding in php?
What is default session time in php?
What is the most convenient hashing method to be used to hash passwords?
What is difference between echo and print_r in php?
Why do we use in php?
Which is used to maintain the value of a variable over different pages?
What is empty php?
What is the difference between static and dynamic websites?