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 many keywords are there in php?
What is api laravel?
What does the initials of php stand for?
What is the best way to avoid email sent through php getting into the spam folder?
Tell me how can we get the error when there is a problem to upload a file?
What are arguments in php?
What are the uses of explode() function?
Name and explain five of the PHP error constants?
Is null check in php?
What is the current stable version of php?
What is polymorphism?
Where sessions stored in PHP?
Explain how you can update memcached when you make changes to php?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is data structure in php?