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
What are the array functions in php?
How to get the length of string?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
Is age a variable in research?
What is 'float' property in css?
What are arguments in php?
What is the best way to avoid email sent through php getting into the spam folder?
What is an example of a variable?
Is facebook still in php?
What is difference between include and include_once in php?
Tell me what is the definition of a session?
What is parent __construct ();?
What advance thing in php7?
How many different types of messages available in php?
How could I install codeignitor ?