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
Is php an api?
Tell me what is the use of the function htmlentities?
Is php difficult to learn?
What is framework in php for beginners?
Which will start a session?
How many data types are used by php?
What are the features of php 7?
What is the function file_get_contents() useful for?
How to parse configuration file in php?
What is a query in php?
How to merge values of two arrays into a single array?
What are constructor and destructor in PHP?
What library is used for pdf in php?
How can we set and destroy the cookie in php?
Explain what is memcache?