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 |
How many records can be stored in mysql table?
What is explode() in php?
Can you give example for trait in php?
What does odbc do in context with php?
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
What is escaping to php?
Is php deprecated?
What are the different functions in sorting an array?
Is md5() is breakable if yes than how?
Can php run on windows server?
What are the php variables?
How to convert strings to upper or lower cases?