Given the default PHP configuration, how can all of the parameters provided via GET be accessed in a form of a string?

Posted by: Pdfprep Category: 200-710 Tags: , ,

Given the default PHP configuration, how can all of the parameters provided via GET be accessed in a form of a string?
A . $_GET[‘ALL’]
B . $_SERVER[‘QUERY’]
C . $_SERVER[‘QUERY_STRING’]
D . $_ENV[‘QUERY’]
E . $QUERY_STRING

Answer: C

Leave a Reply

Your email address will not be published.