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 |
Explain the syntax for ‘foreach’ loop with example.
What is use of header() function in php? What the limitation of header()?
Php error constants and their descriptions
Write down the code for saving an uploaded file in PHP.
what is php stands for?
23 Answers Infosys, Satyam, Torque Infotech,
How can you access a COM object from a PHP page?
Name and explain five of the PHP error constants?
Here in this site i could not find the details for php ZEND certifications or i think u did not post any ? so i need the information about the php certification how to prepare and some of the mock exams?
Can we learn php without html?
What is php limit?
What are the ways to include file in php?
What is a php web application?