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 we can retrieve the data in the result set of mysql using php?
What does == mean in php?
How to get the total number of values in an array?
What is namespace and use in php?
Where is session value stored php?
What is list function with their uses.
What are the array functions in php?
Explain how is it possible to set an infinite execution time for php script?
What is difference between put and post method in http?
How is it possible to set an infinite execution time for php script?
What is the importance of "action" attribute in a html form?
Describe session in php.
What is a trait in php?
Write a program to find the factorial of a number in php?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?