Answer Posted / rani sahoo
Get method ll send the limited data through the URL from one
web page to another where as post method send the max amount
of data from one page to another page.
post is more secure than get method.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can I learn php fast?
What is php mean?
What language is php based on?
Which variable declarations within a class is invalid in php?
Why should I learn php?
What is local variable in php?
Tell me how can we check the value of a given variable is alphanumeric?
Explain Type hinting in PHP?
How do you remove whitespace from the beginning and end of a $string variable?
What does csrf token mismatch mean?
What is the use of is_array() and in_array()?
Does php support polymorphism?
How should a model be structured in mvc?
What is meant by an associative array?
Is php used for frontend or backend?