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 why would we use === instead of ==?
What type of inheritance that PHP supports?
15 Answers Webwing Technologies,
Explain what does $_files means?
What are the advantages of triggers?
How to connect to a url in php?
Do you know how can php and html interact?
Tell us what is the difference between session_unregister() and session_unset()?
Which function will you use to create an array?
What is the difference between Joomla and Drupal?
8 Answers IBM, Procon IT Solutions, T3 Softwares,
What is basic php?
Why php is widely used?
Which is not a file-related function in php?