How can we submit a form without a submit buttom?
Answer Posted / abhishek anand
Use image element instead submit button
<input type="img" src="img_path/img_name.src">
give the action page name as action attribute in form
element like
<form name="myform' action="myaction.php">
The Image element will work very similar as submit button.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Could we start a variable with number like $4name?
How to genrate report in wordpress cms
What is difference between array_merge and array_combine in php?
Why do we need abstract class in php?
What is the difference between myisam and innodb?
What is escaping to php?
Explain what does $_files means?
Explain me difference between mysql_connect and mysql_pconnect?
Are php variables global?
Where are cookies stored php?
How can you declare a constant variable in php?
Can we run php in apache tomcat?
How we can declare variable in php?
What is the function of string in c?
How to enable cURL in PHP?