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
Write a statement to show the joining of multiple comparisons in php?
Which cryptographic extension provide generation and verification of digital signatures?
What is the best php version for wordpress?
What's php?
What is cakephp framework?
What are the __construct() and __destruct() methods in a php class?
Is php faster than nodejs?
How to open standard output as a file handle?
Tell me how can we pass the variable through the navigation between the pages?
What is a helper function?
What function do we use to find length of string, and length of array?
What is polymorphism?
What is difference between php and wordpress?
List few sensible functions in PHP?
What are the Advantages and Application Areas of PHP?