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
Write down the benefits of php7?
What is print_r?
Can we override static method?
How to create a mysql connection in php?
Explain the three different kinds of Arrays?
What is form submission?
Explain the different types of errors in php.
How to pass variables and data from php to javascript?
Does php support inheritance?
What is str_replace()?
Can we use session in mvc?
Why do we use csrf token?
When should you use a stored procedure?
List data types in PHP?
What is env in laravel?