How can we submit a form without a submit buttom?
Answer Posted / nilotpal
Using curl
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain what is meant by pear in php?
What kind of variable is age?
Do you know is it possible to extend the execution time of a php script?
How to submit form without a submit button.
What are hooks in php?
What is difference between include,require,include_once and require_once()?
Does php support function overloading?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is new static in php?
Explain object-oriented methodology in php?
How do sessions work in php?
How to get elements in reverse order of an array in php?
Php says that an array is an ordered map. But how the values are ordered in an array?