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 / minaz

$_GET retrieves variables from the querystring, or your URL.
$_POST retrieves variables from a POST method, such as
(generally) forms.
$_REQUEST is a merging of $_GET and $_POST where $_POST
overrides $_GET. Good to use $_REQUEST on self refrential
forms for validations.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you identify independent and dependent variables in research?

963


What is the purpose of using php?

1088


What is Type hinting in PHP?

1201


What beforeFilter() is used?

1156


What is member function?

1109


Explain the installation of PHP on UNIX systems?

1163


How many types of array are there in php?

1124


Tell me what is the meaning of a final class and a final method?

1195


What is query string php?

1023


What are sql injections, how do you prevent them and what are the best practices?

1107


What is in php 7?

1085


What is the difference between characters  and #?

1129


Tell me what does the array operator '===' means?

1205


How can you declare a constant variable in php?

1075


How is it possible to parse a configuration file?

1015