What's diffrence between Get() and Post() Function
Answer Posted / prayas
well including all ,there is one more thing i.e
under GET()Method, we use Request.Querystring to acquire
the form info.But in POST()method,we use Request.Form to
acquire form info.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between session_unset and session_destroy?
What is the function of mysql_real_escape_string in php?
How to check your php installation?
How to take a substring from a given string in php?
Tell me how stop the execution of a php scrip?
Explain the difference b/w static and dynamic websites?
Explain the difference between require() and require_once()?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
Can we extend multiple classes in php?
What are the delimiters in php?
What is the use of trim in php?
What is the meaning of a persistent cookie?
Name and explain five of the PHP error constants?
What is the difference between html and php?
Does php have a future?