How can we submit a form without a submit button?
Answer Posted / sakthiopr
document.Formname.action = "filename to be submit"
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the use of header() function in php?
Do csrf tokens expire?
What are the difference between array_keys() and array_key_exists() in php?
What are the benefits of using php?
What is advanced php programming?
Which function can be used to exit from the script after displaying the error message?
How can I embed a java program in php file and what changes have to be done in php.ini file?
Explain Creating and Naming an Array?
What is url encoding and decoding in php?
What is get and post method in php?
How long is a php session valid?
Should I use mysqli or pdo?
What are the rules in creating php variable?
What is the use of callback in php?
How do you define a constant?