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 |
Which is the best institute in Chennai to learn PHP? Please help.
How to move uploaded files to permanent directory?
What is a controller in programming?
What Is a Persistent Cookie?
Does php class need constructor?
What are the delimiters in php?
Name some of the popular frameworks in php.
What are some of the advanced features of php?
Explain what are the different errors in php?
What does PHP stand for?
What is slim framework?
What is htaccess? Why do we use this and where?