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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create a text file in PHP?

1182


What is $row in php?

994


List some array functions in php?

981


How to calculate the difference between two dates using php?

1105


How to get the IP address of the client/user in PHP?

1002


Is uploaded file php?

988


What are the uses of explode() and implode() functions?

1171


Explain the three different kinds of Arrays?

1248


How does csrf token work?

1072


How can we submit from without a submit button?

1056


How come the code works, but does not for two-dimensional array of mine?

1048


What is string and its function?

1028


What's the difference between using mysql_ functions and pdo?

1257


What is psr in php?

1110


What is the output of the following php code?

1000