What is $_ request in php?



What is $_ request in php?..

Answer / Ashawani Kumar Choudhary

In PHP, $_REQUEST is a global superglobal variable containing all the data sent to the server via client requests (GET, POST, and COOKIE). It's an associative array.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

what type of images that the PHP version supports

4 Answers  


sort term descripttion form, report and uery

0 Answers  


how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.

1 Answers  


What is php good for?

1 Answers  


Do you know what is the use of the function 'imagetypes()'?

1 Answers  


How to convert a string to lowercase in php?

1 Answers  


Can you pass an array into a function?

1 Answers  


What is the meaning of curl , which is used while connecting with pay pal? and how it works?

2 Answers  


What is orm in php framework?

1 Answers  


How do I run a php script in windows?

1 Answers  


How to send email using php script?

1 Answers  


Does jwt protect against csrf?

1 Answers  


Categories