How can we submit a form without a submit button?
Answer Posted / md raisul azam
Using javascript
document.form.submit();
| Is This Answer Correct ? | 129 Yes | 24 No |
Post New Answer View All Answers
How can we automatically escape incoming data?
Where is session value stored?
Is php object oriented?
How would you open a directory for reading in php?
How to close a session properly?
How will you calculate days between two dates in PHP?
What backslash character will match whitespace?
What is a model in php?
What are the benefits of using php and mysql?
Php code to find whether a number armstrong or not?
How to connect to mysql from a php script?
What exactly is validating and sanitizing?
How to write the form tag correctly for uploading files?
What is strstr php?
Can we extend two classes in php?