What are the differences between Get and post methods in
form submitting, give the case where we can use get and we
can use post methods?
Answers were Sorted based on User's Feedback
Answer / varun rai
with GET we can send only 4 kb data but with POST there is
no limit and also it is secure than GET.
| Is This Answer Correct ? | 2 Yes | 16 No |
Tell me how can we define a variable accessible in functions of a php script?
How to convert strings to numbers in php?
What is the difference between mysql_connect and mysql_pconnect ? Which one is good in terms of performance ?
What is the function of mysql_real_escape_string in php?
What is the difference between urlencode and urldecode ?
How many types of functions are there in php?
What is the use of session and cookies in php?
What is global variable php?
Why do we use htaccess
How to Retrieve a Cookie Value?
is that "enumerated array" equal to "numeric array"?
Tell us how to set cookies in php?