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 empty function?
What is PHP's configuration file called?
Is it difficult to learn php?
What is php dependency injection?
What is php oop?
Write a program to swap two numbers using php.
Where php basically used?
List some features of php that are deprecated in php
Which is better session or cookie?
How do you clear environment variables?
Is overloading possible in php?
Does browser understand php?
Describe PHP error and logging information?
Why do we use interface in php?
Explain mail function in PHP with syntax?