How can we submit a form without a submit buttom?
Answer Posted / koushik
document.FORM_NAME.action="page.php";
document.FORM_NAME.submit();
Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Php code to find whether a number armstrong or not?
/temp is a type of filesystem directory. State Whether True or False?
What are global variables in php?
Explain me soundex() and metaphone()?
What is the function to count elements in an array in PHP?
What is an array in php?
Why is node js better than php?
Write a program to find a string is palindrome or not?
What is difference between session and cookies in php?
Explain some of the php array functions?
What is helper library?
Is php still relevant 2019?
How can I load data from a text file into a table?
Can you define an argument as a reference type?