How can we submit a form without a submit button?
Answer Posted / sakthiopr
document.Formname.action = "filename to be submit"
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain me what is the use of header() function in php?
Does php support multithreading?
What is cookies? How to create cookies in php?
What is session php?
What is split function in php?
How to replace a substring in a given string in php?
Is session a cookie?
Tell me what are the different types of errors in php?
What is ltrim?
What is the role of the .htaccess file in php?
What is the advantage of runtime polymorphism?
What is php simple definition?
Explain Traits in PHP?
What is mvc? Why its been used?
Write an example to remove html tags from a string in php?