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 would occur if a fatal error was thrown in your php program?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
Does wordpress run on php 7?
what is the default method of form in php?
What is $_ get?
What is an operator in php?
Tell me which function gives us the number of affected entries by a query?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
Tell me what does the initials of php stand for?
Explain the ternary conditional operator in php?
What are variables in research examples?
write the function to fetch a image from mysql databases (datatype blob).