How can we submit a form without a submit button?
Answer Posted / md raisul azam
Using javascript
document.form.submit();
| Is This Answer Correct ? | 129 Yes | 24 No |
Post New Answer View All Answers
Why php is better?
Tell me what sized websites have you worked on in the past?
What are some of the advanced features of php?
How to track user logged out or not? When user is idle?
Write a program in php to check whether a number is prime or not?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What is sorting php?
Why session is required?
How do you put a space in html?
What are the different filter functions used to filter a variable?
What are php magic quotes?
What is the difference between php and cakephp?
How to redirect a url from http to https in .htaccess?
How can we increase execution time of a php script?
Explain me what is x+ mode in fopen() used for?