what is the difference between GET and POST?
Answer Posted / deepinder
In GET method
- data is submitted as a part of url
- data is visible to the user
- it is not secure but fast and quick
In POST method
- data is submitted as a part of http request
- data is not visible in the url
- it is more secure but slower as compared to GET
| Is This Answer Correct ? | 208 Yes | 9 No |
Post New Answer View All Answers
Tell me what is the definition of a session?
What is strlen php?
What is "echo" in php?
Why should I learn php?
What is PECL?
What u mean by query?
What is the difference between require and include in php?
What is isset in php?
What is the difference between $name and $$name?
How do you identify independent and dependent variables in research?
What is dao in php?
How can i execute PHP File using Command Line?
What are the difference between abstract class and interface in oops?
What are the rules for naming a php variable?
What is user defined function in php?