How can we submit a form without a submit buttom?
Answer Posted / koushik
Javascript form submit
document.FORM_NAME.action="page.php";
document.FORM_NAME.submit();
Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is phpsessid?
What is php artisan serve?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
How do you measure variables?
What is the php function that removes the last element of the array and returns it?
Do you know how to enable error reporting in php?
Can I write php code in html file?
What is polymorphism in oop php?
Explain me is it possible to destroy a cookie?
What does $_env mean?
What is polymorphism with example in php?
What are the disadvantages of php?
Explain what does $_files means?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
What are the different loops in php?