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
Write down the code for save an uploaded file in php.
Why and where do we use htaccess?
Where can I find php ini file?
what is session_set_save_handler in PHP?
How can we get the error when there is a problem to upload a file?
Explain array_uintersect()?
Does php need apache?
How to remove values saved in the current session?
What are the advantages of php?
What are the ways to include file in php?
What is button in html?
Can age be a variable?
Which method removes the last element from the end of an array?
How to join multiple strings into a single string?
Why delimiter is used in mysql?