How can we submit a form without a submit button?
Answers were Sorted based on User's Feedback
Answer / snc
1st option.....
In java script we can easly submit form without submit
button..........
document.form.submit();
...where form is formname.
2nd option.......
<form id="form" name="form" method="post" action="abc.php">
<INPUT TYPE="IMAGE" SRC="images/imagename.gif" ALT="Submit
button">
</form>
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / naresh
through header() function.
header("location:url:);
| Is This Answer Correct ? | 4 Yes | 7 No |
write code to find the date difference b/w two given date using PHP not MYSQL function?
3 Answers HyperQuality, Synctra Solutions,
What is trait in php?
What is a namespace in php?
What is the use session in php?
In php, how to redirect from one page to another page?
How to pass variables by references?
how we can retrive data in pdf along php mysql?
Why do we use interface in php?
Why php is used with mysql?
Why php is widely used?
Is php strongly typed?
What is $_ env in php?