What is difference between get and post?



What is difference between get and post?..

Answer / Nitesh Kumar Singh

The main difference between GET and POST is how data is sent to the server. GET appends data to the URL as a query string, while POST sends data in the body of the HTTP request. GET requests have length limitations on the data they can send, and their parameters are visible in the URL, making them less secure.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How many records can be stored in mysql table?

1 Answers  


What is explode() in php?

1 Answers  


Can you give example for trait in php?

1 Answers  


What does odbc do in context with php?

1 Answers  


how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible? thanks

1 Answers  


What is escaping to php?

1 Answers  


Is php deprecated?

1 Answers  


What are the different functions in sorting an array?

1 Answers  


Is md5() is breakable if yes than how?

1 Answers  


Can php run on windows server?

1 Answers  


What are the php variables?

1 Answers  


How to convert strings to upper or lower cases?

1 Answers  


Categories