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 does mysqli_query return?
How does the identity operator ===compare two values in PHP?
How many types of session are there?
What is a string in r?
What is the function of string in c?
How to get the http request in php?
What is php and its advantages?
What are php magic methods?
Which function is used to read a single character from a file in PHP.
What is prepare in php?
How many types of php are there?
What does trim () do in javascript?
What are computer variables?
What are the ways to define a constant in php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?