what is the difference between GET and POST?
Answer Posted / lakum
Get method is default method In this data is send with URL
Not a secure manner.
In Post method data send in body portion
| Is This Answer Correct ? | 301 Yes | 42 No |
Post New Answer View All Answers
Explain what is memcache?
How to upload file in php?
Is runtime polymorphism overriding?
What are the benefits of using queries?
Why php language is used?
Is php still in demand?
Whether php supports microsoft sql server?
Is php open source?
What is xss in php?
Explain the installation of PHP on UNIX systems?
How do you end a session in php?
Whether it is possible to share a single instance of a memcache between multiple php projects?
What does type casting mean in php? Explain with an example?
Is php pass by reference or value?
What is php namespace?