How can we submit a form without a submit button?
Answer Posted / vijay
Using javascript
document.form.submit()
| Is This Answer Correct ? | 33 Yes | 5 No |
Post New Answer View All Answers
How can cross site request forgery csrf be prevented?
Do you know what's the difference between __sleep and __wakeup?
What is the use of limit in mysql?
Tell us what is the difference between session_unregister() and session_unset()?
What are the advantages of oops in php?
Is php 5 still supported?
Explain what are psrs? Choose 1 and briefly describe it?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
How can we upload a file in php?
Tell me how to initiate a session in php?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is magic quotes?
What is the use of @ in php?
How many types of inheritances used in php and how we achieve it.
What is the difference between exception::getmessage and exception::getline?