How can we submit a form without a submit button?
Answer Posted / shiva
what sinil wrote tats right but action must be included in
the <form action="" method=""> then it submit
| Is This Answer Correct ? | 90 Yes | 90 No |
Post New Answer View All Answers
What is overriding in php?
Is a number php?
Inside a php function, what param needs to be set in order to access a global variable?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What is the difference between associative array and indexed array?
how to open & closing opening period in fico
How to replace a substring in a given string in php?
How to remove duplicate values from php array?
How do I display php errors?
What is the function used to change the root directory in PHP?
How many escape sequences are recognized in double-quoted strings?
Explain object-oriented methodology in php?
Does php support multiple inheritance?
Explain what are psrs?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?