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 diffrence between GET,POST and REQUEST Method.

Answer Posted / sowmya m n

Get Method:in get method data is append in url and
information will appear in
URL hence it is not secure method to send data however
processing is fast in
get method and it can transfer only256 char, limited number
of data.
Post Method: Post method is secure as compared to get method
since it does not
appear in url and u can transfer unlimited number of data
but processing is
very slow as compared to get method. Now another thing is
that when you have
to upload some data u should have to use post method.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many escape sequences are recognized in single-quoted strings?

986


How to create an empty array in php?

1146


What is difference between required and require_once in php?

1126


What is the difference between $var and $$var?

1112


Can we set session value in javascript?

1104


When a conditional statement is ended with an endif?

984


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

1106


What does trim () do in javascript?

1074


Explain the difference between urlencode and urldecode?

1100


What is uri routing?

1116


How do you access a get requests url parameter with php?

1053


Is laravel frontend or backend?

1005


Write a program to upload a file in php?

1061


How to check an element is exists in array or not in php?

1118


What is strcmp () in php?

1025