What is the substitution of submit in PHP?
Answer Posted / abhishek anand
1We can use image element in form. In this case we use an
image instead of submit button.
<input type="image" src="my_pic">
2. Use Javascript formname.submit() method.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can we access the data sent through the url with the get method?
What is the definition of a session?
Which database is best for php?
Are parent constructors called implicitly inside a class constructor?
How do you explain independent and dependent variables?
Which function is used to read a file removing the html and php tags in it upwork?
What is php and its advantages?
What is a closure in php?
what the new feature add in php 7.2?
How to convert numbers to strings in php?
How to check a key exist in an array?
Describe PHP error and logging information?
CWD is a type of shell variable. State Whether True or False?
What is a php array?
Which is better get or post method?