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

What are the array functions in php?

694


How to get the length of string?

741


Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?

757


Is age a variable in research?

653


What is 'float' property in css?

755


What are arguments in php?

730


What is the best way to avoid email sent through php getting into the spam folder?

744


What is an example of a variable?

725


Is facebook still in php?

662


What is difference between include and include_once in php?

668


Tell me what is the definition of a session?

706


What is parent __construct ();?

736


What advance thing in php7?

683


How many different types of messages available in php?

723


How could I install codeignitor ?

1931