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 |
What is the output of the ucwords function in this example?
How can we check the value of a given variable is a number?
What is boolean in php?
What is the difference between $message and $$message ?
When a conditional statement is ended with an endif?
Write a regular expression to get the value xxx from the string 'xxx@yyy.com'
How do I get csrf token?
What is the functionality of the functions strstr() and stristr()?
What types of Data Can Be Used as Array Keys?
How many ways there are to fetch the data from the Database?
What is php explain how php works?
What is php call function?