How can we submit a form without a submit button?
Answers were Sorted based on User's Feedback
Answer / patahul abas
<a href="<?php echo $_SERVER['PHP_SELF']; ?>">POST IT</a>
Or you can do this
<a href="abc.asp">POST IT</a>
Or
<a href="abc.php">POST IT</a>
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / ragavan
using php page transfer code:
header(Location:example.php)
| Is This Answer Correct ? | 2 Yes | 7 No |
Answer / 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 |
Explain the difference between static and dynamic websites?
what are the differents between 'action' and 'target' in form tag?
what is abstrac class? why it is use?
Why did you choose this particular career path?
what is Opern source?
Tell me what is the use of "ksort" in php?
List out some tools through which we can draw E-R diagrams for mysql?
Does php 7 support mysql?
How is it possible to know the number of rows returned in result set?
what is nl2br?
What is the functionality of the functions strstr() and stristr()?
How do you find the length of a string in php?