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 / nikhilkumar bagla

GET :-
-it is used to send information from a form with Get Methods.
-it will be displayed in the browser's address bar(its visible).
-it has limits on the amount of information to send (max. 100 characters).
-When using method="get" in HTML forms, all variable names and values are displayed in the URL.

POST:-
-Information sent from a form with the POST method is invisible to others.
-it has no limits on the amount of information to send.
-by default 8 Mb max size for the POST method, (can be changed by setting the post_max_size in the php.ini file).

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the string function in php?

1029


How to reset/destroy a cookie?

1208


How many php functions are there?

1156


Tell me how is it possible to know the number of rows returned in result set?

1147


Which parts of php are case sensitive?

969


Tell us how to set cookies in php?

974


What is use of in_array() function in php?

1178


What is putenv?

1066


How the values are ordered in an array?

1156


What is polymorphism?

2558


Write a statement to show the joining of multiple comparisons in php?

1062


How to check an key is exists in array?

1155


Why echo is faster than print in php?

1042


How cookies are transported from servers to browsers?

1032


Write a program to upload a file in php?

1063