what is the difference between GET and POST?
Answer Posted / uttam thakor
The method attribute specifies the HTTP method to use when
sending the request. If unspecified, then the value of
?GET?, (default) is assumed, unless the submission of
multipart/form-data is encountered, in which case the
implied method will be ?POST?.
GET form contents are passed as part of the URL, as a QUERY
STRING.
POST form contents are passed to the script as an input file
As a result, much more form data can be passed, since you
can't run into the limit on the length of a URL or the
length of a command line or command line argument on the
server.
| Is This Answer Correct ? | 113 Yes | 28 No |
Post New Answer View All Answers
Is php required for wordpress?
When is a conditional statement ended with endif?
How send email using php?
How to remove duplicate values from a PHP Array?
Does php support function overloading?
Explain how we can get the number of elements in an array?
What are default session time and path?
What is uniqid php?
What is 'float' property in css?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
How can we determine whether a variable is set?
Difference between mysql_connect and mysql_pconnect?
What is a string in r?
what is difference between PHP4 , PHP5
Write a program to find no of days between two dates in php?