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 |
Can php use gettext?
Is string php function?
What are objects in php?
What is the function file_get_contents() useful for?
What is an associative array?
Tell me how to retrieve a cookie value?
hello experts good morning to everyone ! at present am now learning LAMP course sir( linux, apache,mysql and php) after finishing this course can i create my own website without investment is it possible ? please can any one tell sir and also tell me how can i upload my project after finishing the project in internet ? please tell the ways sir please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is php pathinfo?
What is polymorphism with example in php?
What percentage of websites use php?
What is the function of trim?
List some sorting functions in php?