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

What is member variable?

1039


Which software is best for php?

1050


How can you get web browser’s details using PHP?

1015


What are global variables in php?

996


Explain some of the php string functions?

1020


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


Tell me whether it is possible to share a single instance of a memcache between multiple php projects?

1025


Is java is better than php?

1044


Which function is used in php to count the total number of rows returned by any query?

1072


Is php outdated 2019?

993


Is php an array?

1020


What are some new features introduced in php7?

8864


Tell me how can we define a variable accessible in functions of a php script?

991


Do I need apache for php?

1126


What is the use of mvc in php?

1031