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
Does strlen include null?
Php program to generate fibonacci series?
What is php constructor?
What are the difference between echo and print?
Why we use get in php?
What is the basic syntax of Php?
What is session php?
What is meant by MIME?
What is a controller in programming?
Is server side a session?
What websites use php?
What is php and why it is used?
How can you get the size of an image in PHP?
What are the popular frameworks in php?
How to remove blank spaces from the string?