How can post form values with out press submit button
Answers were Sorted based on User's Feedback
Answer / pradeep
Using input tag of type img we can submit the form.
This image will acts like a submit button
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / dhir
Just submit this form .then all form value are posted to
destination page.
| Is This Answer Correct ? | 4 Yes | 6 No |
Tell me how do you define a constant?
Explain the difference between php4 and php5.
How to get the ip address of the client?
What is the correct and the most two common way to start and finish a php block of code?
Why do we use htaccess and where?
How to convert a string to uppercase in php?
What is PEAR in PHP?
Explain about switch statement in PHP?
Explain how we can get the number of elements in an array?
What are differences between PECL and PEAR?
Explain what is the function file_get_contents() usefull for?
Is it possible to protect special characters in a query string?