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 are the differences between Get and post methods in
form submitting, give the case where we can use get and we
can use post methods?

Answers were Sorted based on User's Feedback



What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / malathi

using get method is not secure, ur informations will be
appeared in the url address. using post method is much
secure it will not appear in the url address. eg.secure for
using post method in login form.
Get-> we can transfer limited data and its not secure.
post-> we can transfer unlimited data. ans its a secure.

Is This Answer Correct ?    30 Yes 3 No

What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / asish kumar khuntia (mithu)

Look there are more difference between get and post method.
one is data posting capacity.
2 is data security propose.

Post method is use in form submit case bec it contain
secure data.
Get method is use in gallery, shopping cart where categoty
sub category case.

Is This Answer Correct ?    33 Yes 8 No

What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / prasad konnur

with Get we can send limited number of characters in query
string.

Post method is more secure than Get.

Is This Answer Correct ?    27 Yes 5 No

What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / prashanthi

In Get method we get complete information in top header that
is it is not secure,for sending secure data like
passwords,any Account numbers....we can use post method

Is This Answer Correct ?    17 Yes 3 No

What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / jasmin

Post method use in FORM posting
Post method can carry unlimited data.
Data secure in post method.

Get method usually carry that information which in visible
to anyone which is append with URL . So the data in not
secure in get methode.

Is This Answer Correct ?    14 Yes 3 No

What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / dinesh chandra pant

The difference between Get and Post methods are as follows:
1. By using Post method we can send unlimited data,But it's
not possible in the case of Get. Get support maximum 200
characters or 2 MB data.
2. Get method is not secure as anyone can see it's content
in the URL.It doesn't happen in case of Post method.

examples: When the security is the main aim then we use Post
method e.g. in case of password.
When we have to supply the values through a link then we use
Get Method e.g. in case of tables where we have to get the
records for a specific value.

Is This Answer Correct ?    6 Yes 3 No

What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / tushar kumar kundan

The built-in $_GET function is used to collect values from a
form sent with method="get".

Information sent from a form with the GET method is visible
to everyone (it will be displayed in the browser's address
bar) and has limits on the amount of information to send
(max. 100 characters).
============================================================
The built-in $_POST function is used to collect values from
a form sent with method="post".

Information sent from a form with the POST method is
invisible to others and has no limits on the amount of
information to send.

Is This Answer Correct ?    4 Yes 1 No

What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / mij

Use of Get Method:

The parameters from the form will appended to the
querystring. Sometimes, if the user want to bookmark a
page, this would be useful.

Is This Answer Correct ?    4 Yes 3 No

What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / prashanth

The get method is faster than post method because the get
method is no need to submit the data to the web-server.
but with the post method the data is to submit in to the
web-server.

Is This Answer Correct ?    0 Yes 0 No

What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / alby

ya absolutely the GET METHOD IS LESS powerful than POST METHOD

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More PHP Interview Questions

How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?

1 Answers  


How to make horizonatl menu and vertical menu responsive

0 Answers  


What is nginx and what is it used for?

0 Answers  


when ever the user logged in the database table the current registered date will be appeared

3 Answers  


What is default session time and path in php?

0 Answers  


What is var_dump function in php?

0 Answers  


how to hidden querystring url please send sample program

2 Answers  


What is difference between include,require,include_once and require_once()?

0 Answers  


How to create a session? How to remove data from a session?

0 Answers  


How to protect special characters in query string?

0 Answers  


What are the uses of explode() function?

0 Answers  


What is php crud api?

0 Answers  


Categories