Posted by: Pdfprep
Post Date: December 11, 2020
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