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


Please Help Members By Posting Answers For Below Questions

What is the use of limit in mysql?

704


What is session in php why it is use?

704


What is csrf cookie?

673


for image work which library?

738


How to block direct directory access in PHP?

722


What is slim framework?

684


Does php 7 support multiple inheritance?

699


What is strlen php?

716


How to open standard output as a file handle?

744


Please explain is it possible to use com component in php?

751


How to increase the maximum execution time of a script in php?

752


Which function is used to read a file removing the html and php tags in it upwork?

692


Describe which programming language does php parallel to?

690


What is session and why do we use it?

770


How long should a session last?

703