Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Is php required for wordpress?

1097


When is a conditional statement ended with endif?

1034


How send email using php?

1008


How to remove duplicate values from a PHP Array?

1154


Does php support function overloading?

1017


Explain how we can get the number of elements in an array?

1107


What are default session time and path?

1190


What is uniqid php?

1124


What is 'float' property in css?

1037


write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.

2060


How can we determine whether a variable is set?

998


Difference between mysql_connect and mysql_pconnect?

1013


What is a string in r?

977


what is difference between PHP4 , PHP5

2405


Write a program to find no of days between two dates in php?

1046