How can we submit a form without a submit button?
Answer Posted / anoop singh
we can submit a form by using javascript submit function or
call a function on the click event of the button and
redirect it in to another page .
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is mvc php?
How to select a database?
List some of the features of php7.
Why shouldn't I use mysql_* functions in php?
What is the main difference between asp net and php?
How does cookies work in php?
What is session management php?
Which cryptographic functions in php returns the longest hash value?
What is the difference between == and === operator in PHP?
How can we define a variable accessible in functions of a php script?
Can we use onclick in submit button?
How do we get the current session id?
How to turn on the session support?
Can you give example for trait in php?
What does $_server means?