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 the use of limit in mysql?
What is session in php why it is use?
What is csrf cookie?
for image work which library?
How to block direct directory access in PHP?
What is slim framework?
Does php 7 support multiple inheritance?
What is strlen php?
How to open standard output as a file handle?
Please explain is it possible to use com component in php?
How to increase the maximum execution time of a script in php?
Which function is used to read a file removing the html and php tags in it upwork?
Describe which programming language does php parallel to?
What is session and why do we use it?
How long should a session last?