How can we submit a form without a submit button?
Answer Posted / parag kuhikar
<form >
<select name="select" onchange="form.action='a.php'">
<option value="yes">yes</option><option
value="no">no</option></select>
<input type="image"
src="../../../Users/Dell/Desktop/images/Avatar Movie
Wallpaper 3.jpg" height="10" width="10" />
</form>
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is beforeRender() used?
Where do we use get and post?
Which is better python or php?
Why do we use namespace in php?
Why use php artisan serve?
How do I run php?
What are the two most common ways to start and finish a php block of code?
Is php used anymore?
Can we use include ("xyz.php") two times in a php page "index.php"?
What is ci framework in php?
What are the different types of array in php?
Tell me when a conditional statement is ended with an endif?
How do I use isdigit function?
What is the difference between require_once and require in php?
what is PDO?