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 |
what is Abbreviavion of PHP?
What does isset() function?
How to get ip address of clients machine?
Which cryptographic extension provide generation and verification of digital signatures?
What is symfony php?
Can we set session value in javascript?
What is The difference between ' and " where they can ben in between or outmost and how
What good is polymorphism?
How can i change the extension name like i have a page which name aboutme.php but i want to show it aboutme.php3 or aboutme.aspx?
Tell me how comfortable are you with writing html entirely by hand?
What are the types of variables in php?
What are some new features introduced in php7?