what is the difference between GET and POST?
Answer Posted / 111
GET :
- GET method have not security because of data view in
addressbar. For ex: we can not use this method for checking
login
- We can bookmark link with this method
- Server can log all action
- because of server log, we can pass 255 char. as query
string
POST:
- POST method have security of data.
- We can not bookmark page link
- We can pass unlimited data by this method as query string
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
Does php support multithreading?
How to send a cookie to the browser?
How can we define a variable accessible in functions of a php script?
What is the difference between for and foreach?
Explain the difference between php4 and php5.
What is the function in PHP do not return a timestamp?
What is difference between compile time and run time polymorphism?
Write a program to display a table of any given number?
Do you know how to delete a file from the system?
What is a controller in programming?
Why do we need session?
Distinguish between urlencode and urldecode?
how to use http headers inside php? Write the statement through which it can be added?
How can I display text with a php script?
Can we run php on tomcat server?