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 does php exit do?
How to join multiple strings stored in an array into a single string?
Tell me how to find the length of a string?
How to split a string into array using php?
Does php support overloading?
Tell me how can you pass a variable by reference?
Is apache needed for php?
Is php dead 2019?
How to access standard error stream in PHP?
Does php class need constructor?
How does cookies work in php?
What is use of preg_replace in php?
Differences between get, post and request methods ?
What is the default time of cookie in php?
Tell me can the value of a constant change during the script's execution?