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
What is input sanitization in php?
How to connect to a url in php?
Do you know what is php?
Write a program to find no of days between two dates in php?
What is the name of scripting engine in php?
What is final in php?
Is empty in php?
What does nan stand for computer science?
How to get a random value from a php array?
Does php pass arrays by reference?
What does explode do in php?
How would you open a directory for reading in php?
How do functions work?
What is singleton pattern in php?
Name some of the functions in php.